From c8ce7c3b18406d21a29a21cc3d8ac68eb43586bc Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 15 Oct 2018 09:40:46 -0400 Subject: [PATCH] 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 --- .../tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha.md | 6 ++++++ 1 file changed, 6 insertions(+) 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