Skip to content

Commit 723e5b4

Browse files
committed
Fixed text from review comments
1 parent 1ed65df commit 723e5b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ sudo systemctl enable --now kubelet
219219

220220
- If the `baseurl` fails because your Red Hat-based distribution cannot interpret `basearch`, replace `\$basearch` with your computer's architecture.
221221
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`.
222+
For example, the `baseurl` URL for `x86_64` could be: `https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64`.
224223

225224
{{% /tab %}}
226225
{{% tab name="Without a package manager" %}}

0 commit comments

Comments
 (0)