-
Notifications
You must be signed in to change notification settings - Fork 240
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
kubernetes-cni pinned to 1.1.1*, but kubeadm requires >=1.2.0 for k8s 1.24.10 #2607
Comments
This is a known issue and we're working on fixing it (see #2606). We'll provide more updates regarding this issue next week. |
Running into something similar, we are getting:
Now it loops. This is 1.24* on latest kubeone and Hetzner. 1.24.9 in the meanwhile worked. |
Have the same problem on esxi/vsphere
|
We just released v1.5.6 which includes a fix for this issue. We're still working on fixing it for v1.4, but at this time, we strongly recommend upgrading to v1.5.6. |
Thanks for the quick resolution @xmudrii, we've successfully upgraded our clusters to 1.24.10 using kubeone 1.5.6. As we are not using 1.4 feel free to close this issue whenever you're ready. |
KubeOne 1.4 has reached end-of-life with the KubeOne 1.6 release. Therefore, we're not planning on fixing this bug for KubeOne 1.4 as it would require significant effort. We strongly recommend that everyone upgrades to KubeOne 1.5 or 1.6. I'll go ahead and close this issue. |
@xmudrii: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened?
Upgrading kubernetes from 1.24.9 to 1.24.10 via kubeone 1.5.5 fails.
Expected behavior
kubeone should be able to upgrade kubernetes
How to reproduce the issue?
run kubeone apply -f kubeone.yml
What KubeOne version are you using?
kubeone 1.5.5
Provide your KubeOneCluster manifest here (if applicable)
What cloud provider are you running on?
Hetzner
What operating system are you running in your cluster?
Ubuntu 20.04 Focal
Additional information
We're failing to upgrade k8s to the latest 1.24.10 version, because
kubeadm
requires packagekubernetes-cni
v1.2.0. However, somehow thekubernetes-cni
version is pinned to 1.1.1* :What's the reason for pinning kubernetes-cni to 1.1.1* and can it be safely bumped to 1.2.0 to allow upgrade to k8s 1.24.10? I additionally want to highlight we are using cilium as cni!
The text was updated successfully, but these errors were encountered: