|
|
|
@ -45,6 +45,6 @@ |
|
|
|
|
- name: Install CriCtl |
|
|
|
|
command: "{{ item }} chdir=/tmp" |
|
|
|
|
with_items: |
|
|
|
|
- "curl -L "https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.30.0/crictl-v1.30.0-linux-arm64.tar.gz" | sudo tar -C /usr/local/bin -xz" |
|
|
|
|
- "curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.30.0/crictl-v1.30.0-linux-arm64.tar.gz | sudo tar -C /usr/local/bin -xz" |
|
|
|
|
- "rm crictl-v1.30.0-linux-arm64.tar.gz" |
|
|
|
|
- "echo https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/" |