- 17 Feb, 2021 5 commits
-
-
Prachi Damle authored
-
Kinara Shah authored
uncordon upgraded nodes stuck in cordoned state
-
Daishan Peng authored
[Master]Add ssh to checkout git repo with ssh key
-
Darren Shepherd authored
[master]Fix auto upgrade
-
kinara authored
Problem: An unavailable node is always reconciled to desired state bypassing the usual cordon->upgrade->uncordon path. If they become ready later on, node could have already been upgraded before it's marked for upgrade (NodeConditionUpgraded is never set). So the node never gets uncordoned since we rely on node conditions.
-
- 16 Feb, 2021 6 commits
-
-
Daishan authored
-
Daishan authored
-
Sowmya Viswanathan authored
[Validation] - Jenkins - override folder properties with job parameters
-
Luther Monson authored
[master] add drain before delete to nodepool
-
Luther Monson authored
-
Luther Monson authored
-
- 12 Feb, 2021 5 commits
-
-
Dan Ramich authored
Don't process objects if list is empty
-
Daishan Peng authored
Update rke go mod
-
Brandon DePesa authored
Remove db password
-
Daishan authored
-
Dan Ramich authored
Problem: If nothing comes back from the list we don't want to process the app Solution: Exit and don't create the app so we don't spam etcd
-
- 11 Feb, 2021 8 commits
-
-
Daishan authored
-
rancher-max authored
-
Dan Ramich authored
[master] Use namespace from the object when looking for more
-
Dan Ramich authored
Problem: When syncing helm configMaps and secrets there is a constant loop of updates to apps causing large amounts of load Solution: When attempting to compare the object to other versions the namespace being used was based off the release, this is not the namespace the config object lives in so there would always be zero results making it look like we were always working on the most recent object. Use the ns from the config object to look for more.
-
Darren Shepherd authored
Serve all index.html from CDN when running on master
-
Darren Shepherd authored
Fix proxy URL path
-
Luther Monson authored
-
Darren Shepherd authored
-
- 10 Feb, 2021 14 commits
-
-
Brandon DePesa authored
Add additional parameter to pass in based on job changes
-
Luther Monson authored
-
Dan Ramich authored
[master] Move document ending to if statment
-
rancher-max authored
-
Dan Ramich authored
Problem: Currently, this will leave a --- at the end of the document which indicates another document is coming. This causes the k8s python client to break as it expects another document Solution: Move the if check for the next section so the --- is only added if it's needed
-
Darren Shepherd authored
Redirect /verify-auth(-azure)?/.* to /.*
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Luther Monson authored
[master] adding dnspolicy and tolerations to shell/helm
-
Luther Monson authored
Problem: boot a cluster with only etcd and controlplane nodes, with no worker coredns doesn't come up and the cluster-agent can not talk back to the rancher server url and make the cluster accessible. additionally, targeting for the shell fails due to taints. Fix: Add dnspolicy default to the cluster-agent so when it boots it will use the node's dns settings. Add tolerations to the shell/helmop for controlplane nodes so the pods will assign and the tunnels will com up.
-
Raúl Sánchez authored
Updated CATTLE_MACHINE_VERSION to v0.15.0-rancher51
-
Darren Shepherd authored
Add agent-install-script setting
-
Darren Shepherd authored
Allow /meta/proxy to use any secret the user has GET access to
-
Darren Shepherd authored
Add /cacerts route similar to k3s
-
- 09 Feb, 2021 2 commits
-
-
Darren Shepherd authored
Treat k3s derived distros as import so the SA account can be updated
-
Darren Shepherd authored
-