1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/services
rajashree 968a399f26 Accept label to ignore nodes during upgrade
RKE does a cluster scan to find the unreachable hosts, and if that number
is same as or exceeds maxUnavailable, upgrade won't proceed.
This commit introduces a label users can provide for their nodes so they
don't get counted as unavailable and are excluded from upgrade.
This commit also includes a couple of bug fixes
2020-02-22 14:23:47 -08:00
..
controlplane.go Accept label to ignore nodes during upgrade 2020-02-22 14:23:47 -08:00
etcd_util.go Return proper error in etcd healthcheck 2019-11-04 15:10:05 -08:00
etcd.go Determine etcd s3 snapshots by s3 config presence 2020-01-20 18:43:35 +01:00
healthcheck.go Update to new certs package since latest k8s dropped it 2019-08-19 11:02:43 -07:00
kubeapi.go Add Secret Encryption Provider Support 2019-10-29 14:10:32 -07:00
kubecontroller.go Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
kubelet.go Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
kubeproxy.go Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
node_util.go Accept label to ignore nodes during upgrade 2020-02-22 14:23:47 -08:00
proxy.go Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
scheduler.go Configure MCS labels if selinux is enabled 2019-08-22 13:45:04 -07:00
services.go Apply MCS label when privileged is false 2019-08-30 10:42:11 -07:00
workerplane.go Accept label to ignore nodes during upgrade 2020-02-22 14:23:47 -08:00