Update 'prepare_k8s.yml'

master
alecsandru 9 months ago
parent 1602f03145
commit 2600ee8af7
  1. 4
      prepare_k8s.yml

@ -14,8 +14,8 @@
name: runc
state: present
- name: Install CNI Plugins
command chdir=/tmp {{ item }}
with items:
command: "{{ item }}" chdir=/tmp
with_items:
- wget https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-arm64-v1.4.1.tgz
- mkdir -p /opt/cni/bin
- tar Cxzvf /opt/cni/bin cni-plugins-linux-arm64-v1.4.1.tgz

Loading…
Cancel
Save