Skip to content

Commit

Permalink
kubeadm-upgrade-1.13: add workaround for join control-plane (#12145)
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 authored and k8s-ci-robot committed Jan 10, 2019
1 parent ff564dc commit 4ff6bbb
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -29,6 +29,12 @@ This page explains how to upgrade a Kubernetes cluster created with `kubeadm` fr
That is, you cannot skip versions when you upgrade.
For example, you can upgrade only from 1.10 to 1.11, not from 1.9 to 1.11.

{{< warning >}}
The command `join --experimental-control-plane` is known to fail on single node clusters created with kubeadm v1.12 and then upgraded to v1.13.x.
This will be fixed when graduating the `join --control-plane` workflow from alpha to beta.
A possible workaround is described [here](https://github.com/kubernetes/kubeadm/issues/1269#issuecomment-441116249).
{{</ warning >}}

{{% /capture %}}

{{% capture steps %}}
Expand Down

0 comments on commit 4ff6bbb

Please sign in to comment.