Added note for when baseurl fails in kubeadm install

pull/31917/head
Christopher Negus 2022-02-25 17:25:26 +00:00
parent b7331def4c
commit 1ed65df34c
1 changed files with 5 additions and 0 deletions

View File

@ -217,6 +217,11 @@ sudo systemctl enable --now kubelet
- You can leave SELinux enabled if you know how to configure it but it may require settings that are not supported by kubeadm.
- If the `baseurl` fails because your Red Hat-based distribution cannot interpret `basearch`, replace `\$basearch` with your computer's architecture.
Type `uname -m` to see that value.
Supported architectures include x86_64, aarch64, armhfp, ppc64le, and s390x.
So, for x86_64, the `baseurl` would be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
{{% /tab %}}
{{% tab name="Without a package manager" %}}
Install CNI plugins (required for most pod network):