We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2ef80 commit 79684f8Copy full SHA for 79684f8
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -261,7 +261,7 @@ Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)
261
262
```bash
263
CRICTL_VERSION="v1.17.0"
264
-ARCH="amd64" #or arm64
+ARCH="amd64"
265
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
266
```
267
0 commit comments