add a missing step in kubeadm-upgrade flow. (#10722)
In case of external etcd, we should also modify `kubeadm-config.yaml` to set `api.advertiseAddress` to the local node's IP address.pull/11096/head
parent
c405c01039
commit
9ceb6650d6
|
@ -176,6 +176,8 @@ Get a copy of the kubeadm config used to create this cluster. The config should
|
|||
kubectl get configmap -n kube-system kubeadm-config -o jsonpath={.data.MasterConfiguration} > kubeadm-config.yaml
|
||||
```
|
||||
|
||||
Open the file in an editor and set `api.advertiseAddress` to the local node's IP address.
|
||||
|
||||
Now run the upgrade on each control plane node one at a time.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue