Skip to content

Commit b88e22a

Browse files
authored
Merge pull request #31917 from chrisnegus/describe-yum-basearch
Added note for when baseurl fails in kubeadm install
2 parents c22571a + 723e5b4 commit b88e22a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ sudo systemctl enable --now kubelet
217217

218218
- You can leave SELinux enabled if you know how to configure it but it may require settings that are not supported by kubeadm.
219219

220+
- If the `baseurl` fails because your Red Hat-based distribution cannot interpret `basearch`, replace `\$basearch` with your computer's architecture.
221+
Type `uname -m` to see that value.
222+
For example, the `baseurl` URL for `x86_64` could be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
223+
220224
{{% /tab %}}
221225
{{% tab name="Without a package manager" %}}
222226
Install CNI plugins (required for most pod network):

0 commit comments

Comments
 (0)