- 29 Oct, 2020 4 commits
-
-
Daishan Peng authored
[Master]Forward Port https://github.com/rancher/rancher/issues/22790
-
Nick Gerace authored
Handle rollback actions
-
rmweir authored
Add check for taints to determine if pod can run
-
Daishan authored
-
- 28 Oct, 2020 9 commits
-
-
Daishan authored
-
Brenda Rearden authored
-
Darren Shepherd authored
Create reference from workload to secret
-
Donnie Adams authored
Remove basic auth for GKE
-
Darren Shepherd authored
-
Donnie Adams authored
Fix helm repo constant refreshing
-
Rajashree Mandaogane authored
Match unreachable taint key without comparing effect
-
Nick Gerace authored
-
mrajashree authored
Problem: Till k8s 1.18.10, the k8s node lifecycle controller sets these two taints on an unreachable node (or a node with Ready=Unknown): `node.kubernetes.io/unreachable:NoSchedule` and `node.kubernetes.io/unreachable:NoExecute`. In k8s 1.19.3, the node controller is only setting the taint with NoSchedule effect for such a node. The nodepool controller checks for the presence of a taint with key `node.kubernetes.io/unreachable` and effect `NoExecute` when determining if a node is unreachable and needs to be replaced. Since the node in 1.19 does not get this taint, nodepool controller does not consider it as unreachable. Solution: Modify the check in nodepool controller to consider a node unreachable even if only the taint key matches `node.kubernetes.io/unreachable`. The taint effect should not impact how nodepool processes this node.
-
- 27 Oct, 2020 5 commits
-
-
Donnie Adams authored
The helm repo was being refreshed because `repoSpec.URL` and `status.URL` were different. They were different because we were ensuring that `status.URL` ended with a '/'. Now we only add the slash in the repo URL if it is needed to download a chart.
-
Darren Shepherd authored
-
Donnie Adams authored
The basic was used to generate an access token. However, the access token was also being generated when getting a service client. Instead of using the basic auth, we now use the access token.
-
Sowmya Viswanathan authored
Adding K8s version for import clusters
-
sowmyav27 authored
-
- 26 Oct, 2020 4 commits
-
-
Kinara Shah authored
vendor update rke
-
kinarashah authored
-
maggieliu authored
Show states on relationships
-
maggieliu authored
Disable all endpoints for local cluster if rancher agent is present.
-
- 24 Oct, 2020 2 commits
-
-
Donnie Adams authored
Fix nil pointer dereference in EKS controller
-
Donnie Adams authored
The catalog manager was not initialized with the eksOperatorController and this caused a nil pointer dereference when it was used.
-
- 23 Oct, 2020 9 commits
-
-
Darren Shepherd authored
-
Darren Shepherd authored
This reverts commit c5ec480f.
-
Darren Shepherd authored
-
Darren Shepherd authored
-
Jacob Payne authored
-
maggieliu authored
Ensure that non-privileged users can still get to the shell
-
rmweir authored
Add kubeVersion checks for catalogv1
-
Darren Shepherd authored
-
Darren Shepherd authored
-
- 22 Oct, 2020 7 commits
-
-
rmweir authored
-
Kinara Shah authored
enqueue node if node plan isn't initialized after rke up
-
Daishan Peng authored
[master]Update provider detector to include rke.windows
-
Rajashree Mandaogane authored
Increase default timeout to avoid test failures
-
Brenda Rearden authored
Change ingress spec when using newest apiVersion
-
Dan Ramich authored
Fix service accounts for clusterrepos
-
Brenda Rearden authored
-