adding missing step for additional control plane nodes (#10600)

There appears to be a missing step instructing the user to apply the kubeadm-config on each of the additional control plane nodes
This commit is contained in:
Jeff Billimek 2018-10-15 09:40:46 -04:00 committed by k8s-ci-robot
parent 05f4c8ab7a
commit c8ce7c3b18
1 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,12 @@ Add an annotation for the cri-socket to the current node, for example to use doc
kubectl annotate node <nodename> kubeadm.alpha.kubernetes.io/cri-socket=/var/run/dockershim.sock
```
Apply the modified kubeadm-config on the node:
```shell
kubectl apply -f kubeadm-config-cm.yaml --force
```
Start the upgrade:
```shell