Skip to content

Commit

Permalink
clarify --force flag for fixing bad state
Browse files Browse the repository at this point in the history
  • Loading branch information
JENNIFER RONDEAU committed Jun 25, 2018
1 parent 451ce77 commit 68bcbc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ To keep `kube-dns`, pass `--feature-flags=CoreDNS=false` to `kubeadm upgrade app
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 run `kubeadm upgrade` to change a running cluster from `x.x.x --> x.x.x` with `--force`.
To recover from a bad state, you can also run `kubeadm upgrade --force` without changing the version that your cluster is running.
## How it works
Expand Down

0 comments on commit 68bcbc2

Please sign in to comment.