[ja] updated circtl version
parent
532affacb0
commit
9a7eaf771a
|
@ -231,7 +231,7 @@ curl -L "https://github.com/containernetworking/plugins/releases/download/${CNI_
|
||||||
crictlをインストールする (kubeadm / Kubelet Container Runtime Interface (CRI)に必要です)
|
crictlをインストールする (kubeadm / Kubelet Container Runtime Interface (CRI)に必要です)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CRICTL_VERSION="v1.17.0"
|
CRICTL_VERSION="v1.22.0"
|
||||||
ARCH="amd64"
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue