diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha.md index 064dae86d3..2c8baf8d8b 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha.md @@ -150,6 +150,12 @@ Add an annotation for the cri-socket to the current node, for example to use doc kubectl annotate node 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