Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.14: "upgrade plan" does not work correctly #1470

Closed
neolit123 opened this issue Mar 27, 2019 · 1 comment
Closed

1.14: "upgrade plan" does not work correctly #1470

neolit123 opened this issue Mar 27, 2019 · 1 comment
Assignees
Labels
area/upgrades kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@neolit123
Copy link
Member

neolit123 commented Mar 27, 2019

while testing in #1469 it was discovered that upgrade plan does not work with a kubeadm 1.14 binary over a existing 1.13.x cluster.

steps to reproduce:

  • create a 1.13.5 single node cluster
  • download a 1.14 kubeadm binary
  • run sudo kubeadm upgrade plan

result is:

[preflight] Running pre-flight checks.
[upgrade] Making sure the cluster is healthy:
[upgrade/config] Making sure the configuration is correct:
[upgrade/config] Reading configuration from the cluster...
[upgrade/config] FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -oyaml'
[upgrade] Fetching available versions to upgrade to
[upgrade/versions] Cluster version: v1.13.5
[upgrade/versions] kubeadm version: v1.14.0

Awesome, you're up-to-date! Enjoy!

expected result:

WORKAROUND:
pass an explicit version e.g sudo kubeadm upgrade plan 1.14.0

/assign
@kubernetes/sig-cluster-lifecycle
potential candidate for cherry pick in release-1.14.

@neolit123 neolit123 added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Mar 27, 2019
@neolit123 neolit123 added this to the v1.15 milestone Mar 27, 2019
@timothysc timothysc modified the milestones: v1.15, v1.14 Mar 27, 2019
@neolit123
Copy link
Member Author

neolit123 commented Mar 29, 2019

fix will be available in 1.14.1 and 1.15.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/upgrades kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

2 participants