kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.47k stars 14.38k forks source link

[fr] "Install and configure kubectl" page references deprecated legacy repositories #48063

Open P0ncy opened 3 weeks ago

P0ncy commented 3 weeks ago

sudo apt-get update && sudo apt-get install -y apt-transport-https curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee -a /etc/apt/sources.list.d/kubernetes.list sudo apt-get update sudo apt-get install -y kubectl

wrong link, its not update

k8s-ci-robot commented 3 weeks ago

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](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
dipesh-rawat commented 3 weeks ago

Page reported in issue (based on the initial title): https://kubernetes.io/fr/docs/tasks/tools/install-kubectl/ /language fr

dipesh-rawat commented 3 weeks ago

/retitle [fr] "Install and configure kubectl" page references deprecated legacy repositories /area localization /kind bug

dipesh-rawat commented 3 weeks ago

I see the French version of the page (here) is not up to date compared to the English version (here), and this could be the reason why the page still contains references to outdated legacy package repositories.