Skip to content

Commit 1ed65df

Browse files
committed
Added note for when baseurl fails in kubeadm install
1 parent b7331de commit 1ed65df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ 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+
Supported architectures include x86_64, aarch64, armhfp, ppc64le, and s390x.
223+
So, for x86_64, the `baseurl` would be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
224+
220225
{{% /tab %}}
221226
{{% tab name="Without a package manager" %}}
222227
Install CNI plugins (required for most pod network):

0 commit comments

Comments
 (0)