Merge pull request #22792 from ZhiFeng1993/add-kubeadm-troubleshooting-item
Add troubleshooting item for kubeadm cluster upgrade
This commit is contained in:
@@ -403,4 +403,8 @@ nodeRegistration:
|
||||
Alternatively, you can modify `/etc/fstab` to make the `/usr` mount writeable, but please
|
||||
be advised that this is modifying a design principle of the Linux distribution.
|
||||
|
||||
## `kubeadm upgrade plan` prints out `context deadline exceeded` error message
|
||||
|
||||
This error message is shown when upgrading a Kubernetes cluster with `kubeadm` in the case of running an external etcd. This is not a critical bug and happens because older versions of kubeadm perform a version check on the external etcd cluster. You can proceed with `kubeadm upgrade apply ...`.
|
||||
|
||||
This issue is fixed as of version 1.19.
|
||||
Reference in New Issue
Block a user