Update kubeadm-upgrade.md (#17310)

[BUGFIX] add fix missing command
This commit is contained in:
Marc Bihlmaier
2019-11-13 02:12:11 +01:00
committed by Kubernetes Prow Robot
parent 04a42af748
commit 16316ee1ca
@@ -376,7 +376,7 @@ The `STATUS` column should show `Ready` for all your nodes, and the version numb
If `kubeadm upgrade` fails and does not roll back, for example because of an unexpected shutdown during execution, you can run `kubeadm upgrade` again.
This command is idempotent and eventually makes sure that the actual state is the desired state you declare.
To recover from a bad state, you can also run `kubeadm upgrade --force` without changing the version that your cluster is running.
To recover from a bad state, you can also run `kubeadm upgrade apply --force` without changing the version that your cluster is running.
## How it works