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:
parent
05f4c8ab7a
commit
c8ce7c3b18
|
|
@ -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
|
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:
|
Start the upgrade:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue