Skip to content

Commit

Permalink
Make cri-tools optional for kubeadm
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed May 29, 2024
1 parent 777c6e3 commit 9eccaf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ DOWNLOAD_DIR="/usr/local/bin"
sudo mkdir -p "$DOWNLOAD_DIR"
```
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
Optionally install crictl (required for interaction with the Container Runtime Interface (CRI), optional for kubeadm):
```bash
CRICTL_VERSION="v1.28.0"
CRICTL_VERSION="v1.31.0"
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
```
Expand Down

0 comments on commit 9eccaf3

Please sign in to comment.