Update content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
@@ -261,7 +261,7 @@ Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
CRICTL_VERSION="v1.17.0"
|
CRICTL_VERSION="v1.17.0"
|
||||||
ARCH="amd64" #or arm64
|
ARCH="amd64"
|
||||||
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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user