Skip to content

Commit 79684f8

Browse files
sfxworksneolit123
andauthored
Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Lubomir I. Ivanov <[email protected]>
1 parent 5c2ef80 commit 79684f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)
261261

262262
```bash
263263
CRICTL_VERSION="v1.17.0"
264-
ARCH="amd64" #or arm64
264+
ARCH="amd64"
265265
curl -L "https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICTL_VERSION}/crictl-${CRICTL_VERSION}-linux-${ARCH}.tar.gz" | sudo tar -C $DOWNLOAD_DIR -xz
266266
```
267267

0 commit comments

Comments
 (0)