kubernetes/release

Cannot find `kubernetes-cni` in repo

newcoderlife opened this issue · 7 comments

While installing kubernetes 1.30 on Debian 12, executing apt-get update && apt-get install -y kubelet kubeadm kubectl results in the following error:

root@learn-k8s:~# cat /etc/apt/sources.list.d/kubernetes.list 
deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.30/deb/ /
root@learn-k8s:~# apt-get install -y kubelet kubeadm kubectl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
kubeadm is already the newest version (1.30.0-1.1).
kubectl is already the newest version (1.30.0-1.1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kubelet : Depends: kubernetes-cni (>= 1.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

Is kubernetes-cni missing from the repository, or did I overlook something in the documentation?

Thanks

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

/sig cluster-lifecycle
/language en

/transfer release

This should be resolved now. Can you verify @newcoderlife?

It's working now. Thank you for your support.

Thanks!