-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Unable to install kubeadm, kubelet and kubectl on Ubuntu 22.04 due to known GPG key issue #42144
Comments
Page related to the issue: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ |
/retitle Unable to install kubeadm, kubelet and kubectl on Ubuntu 22.04 due to known GPG key issue |
PRs welcome /help |
@neolit123: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
This is working fine for me. Here are the installation logs.
|
@Affan-7: You can't close an active issue/PR unless you authored it or you are a collaborator. 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. |
Hi @StudioLE try downloading the Kubernetes GPG key and saving it in a location where apt can use it to verify the packages from the Kubernetes repository. |
it makes sense to update the pages as per the linked comment. |
/assign |
The documentation for Installing kubeadm, kubelet and kubectl fails in step 2 for debian based installs (particularly ubuntu 22.04) due to a known issue:
kubernetes/release#2862
The workaround is to use https://dl.k8s.io/apt/doc/apt-key.gpg instead of the google url:
kubernetes/k8s.io#4837 (comment)
The text was updated successfully, but these errors were encountered: