Fixed text from review comments

This commit is contained in:
Christopher Negus
2022-02-28 15:32:30 +00:00
parent 1ed65df34c
commit 723e5b4aa8
@@ -219,8 +219,7 @@ sudo systemctl enable --now kubelet
- 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`.
For example, the `baseurl` URL for `x86_64` could be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
{{% /tab %}}
{{% tab name="Without a package manager" %}}