-
Notifications
You must be signed in to change notification settings - Fork 505
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
Cannot upgrade kubeadm to 1.30.0 via apt #3574
Comments
There are no sig labels on this issue. Please add an appropriate label by using one of the following commands:
Please see the group list for a listing of the SIGs, working groups, and committees available. 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. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/transfer release |
kubeadm 1.30 depends on cri-tools 1.30: can you show the list of dependencies of kubeadm 1.30 in your case: manually installing cri-tools 1.30 should fix it but we better understand why this happens: |
We're planning to release cri-tools soon: kubernetes-sigs/cri-tools#1402 We have missed this time that we usually have to release it before Kubernetes, sorry about that. |
How did this work with the RC packages, wouldn't they also have been blocked ? |
@afbjorklund RC (and alpha and beta) packages are using a dedicated prerelease repo that had both cri-tools and kubernetes-cni packages published at the start of the release cycle. However, we push those two packages at the end of the release cycle to the stable repo as that's the point when we know for sure what package versions we exactly need. |
I was able to install the cluster before by force-installing the old cri-tools 1.29.0-1.1 from the v1.29 package track. And was able to upgrade it now, with the new version from v1.30. That also gets rid of the dockershim warning:
Which was the feature I was looking for, in the new cri-tools (otherwise k8s 1.30 seemed to be happy with CRI 1.29)
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This is now resolved. |
What happened?
Kubeadm cannot upgrade to version 1.30.0 because cri-tools is at 1.29.0
What did you expect to happen?
Maybe a release of cri-tools 1.30.0
How can we reproduce it (as minimally and precisely as possible)?
/etc/apt/sources.list.d/kubernetes.list
Anything else we need to know?
No response
Kubernetes version
Cloud provider
OS version
Install tools
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: