We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9262c commit 9f9354cCopy full SHA for 9f9354c
addons/upgrade.jps
@@ -296,6 +296,9 @@ actions:
296
upgrade-masters-cluster:
297
- cmd[${this.id}]: |-
298
while true; do echo "$(kubectl get nodes --no-headers 2>/dev/null)" | grep -qv '\sReady\s' || break; sleep 3; done
299
+ # drop in k8s-1.20+
300
+ wget -nv https://app-artifacts.s3.eu-central-1.amazonaws.com/kubernetes/k8sm-config -O /usr/local/sbin/k8sm-config
301
+ chmod +x /usr/local/sbin/k8sm-config
302
/usr/local/sbin/k8sm-config -f
303
kubeadm_package=kubeadm-$(echo '${this.version}' | cut -d 'v' -f2)-1.el7.x86_64
304
yum update -y "https://app-artifacts.s3.eu-central-1.amazonaws.com/kubernetes/${kubeadm_package}.rpm"
0 commit comments