-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[es] "Install and configure kubectl" page references deprecated legacy repositories #48593
Comments
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 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-sigs/prow repository. |
Can you clarify the issue you're seeing? Maybe it's a formatting problem, but I don't see a difference between what you wrote and what is in the docs. Copied from the published page: echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
sudo chmod 644 /etc/apt/sources.list.d/kubernetes.list # helps tools such as command-not-found to work correctly I might just be missing something obvious, but if you could point out the difference specifically for what worked for you versus what is published, that would be great. Thanks! |
I think the reported issue pertains to the Spanish version of the documentation (based on the title of the issue) rather than the English one. I see the Spanish version of the kubectl install page is not up to date compared to the English version, and this could be the reason why the page still contains references to outdated legacy package repositories. |
@jenpronet, could you kindly provide the URL for the page you are referencing for installation instructions? /triage needs-information |
Hi, You can get the information here https://kubernetes.io/es/docs/tasks/tools/included/install-kubectl-linux/ "Instalar usando la administración nativa de paquetes" point 3 |
Page reported in issue: https://kubernetes.io/es/docs/tasks/tools/included/install-kubectl-linux/ |
/retitle [es] "Install and configure kubectl" page references deprecated legacy repositories |
Greetings, you should change the appropriate Kubernetes repository, as it gives error 404, be it xenial, focal or bionic, that for ubuntu distro, it should be: echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.31/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list
The text was updated successfully, but these errors were encountered: