From ca956effeb26b6a52539a7463adb4aee729a15ef Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 20:09:58 +0000 Subject: [PATCH] Update 'prepare_k8s.yml' --- prepare_k8s.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare_k8s.yml b/prepare_k8s.yml index 388e796..811ec8b 100644 --- a/prepare_k8s.yml +++ b/prepare_k8s.yml @@ -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/" \ No newline at end of file