Skip to content

Commit

Permalink
Update kubeadm-upgrade.md (kubernetes#17310)
Browse files Browse the repository at this point in the history
[BUGFIX] add fix missing command
  • Loading branch information
rdxmb authored and neolit123 committed Nov 14, 2019
1 parent 8232e04 commit 50e80b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e80b0

Please sign in to comment.