“Installing kubeadm” recommends downloads from non-canonical (?) URLs #33228
Labels
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/cluster-lifecycle
Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
Problem:
The “without a package manager” section of Installing kubeadm suggests that people download components from within https://storage.googleapis.com/kubernetes-release/release/
However, https://www.downloadkubernetes.com/ recommends downloading from https://dl.k8s.io/
To me, the https://dl.k8s.io/ URLs seem more official and also make it easier for us to bolt in a CDN or whatever if we want to serve content from not-Google.
Proposed Solution:
kubeadm
andkubelet
from https://dl.k8s.io/This website repo already has the release information available so we can cut out a step (and make the docs more accurate when people are reading docs for previous Kubernetes versions).
kubectl
download, refer readers to https://kubernetes.io/docs/tasks/tools/#kubectlcrictl
from GitHubPage to Update:
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
Additional Information:
The same page also recommends downloading packages (RPM,
.deb
) from Google. This issue doesn't cover the packaged downloads, just the direct downloads of the files.This issue also doesn't cover a change to how people download
crictl
and install that tool.This issue also doesn't cover a change to how people download CNI tooling.
/sig release
/sig cluster-lifecycle
/language en
The text was updated successfully, but these errors were encountered: