File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,10 @@ sudo systemctl enable --now kubelet
217
217
218
218
- You can leave SELinux enabled if you know how to configure it but it may require settings that are not supported by kubeadm.
219
219
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
+
220
224
{{% /tab %}}
221
225
{{% tab name="Without a package manager" %}}
222
226
Install CNI plugins (required for most pod network):
You can’t perform that action at this time.
0 commit comments