Merge branch 'master' into release-1.12
This commit is contained in:
@@ -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
|
||||
@@ -237,4 +243,4 @@ If the upgrade fails, see whether one of the following scenarios applies:
|
||||
|
||||
- If `kubeadm upgrade apply` on one of the secondary masters failed, the cluster is upgraded and working, but the secondary masters are in an undefined state. You need to investigate further and join the secondaries manually.
|
||||
|
||||
{{% /capture %}}
|
||||
{{% /capture %}}
|
||||
Reference in New Issue
Block a user