Update 'prepare_k8s.yml'

master
alecsandru 9 months ago
parent 2600ee8af7
commit e7530cb5e5
  1. 2
      prepare_k8s.yml

@ -14,7 +14,7 @@
name: runc
state: present
- name: Install CNI Plugins
command: "{{ item }}" chdir=/tmp
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

Loading…
Cancel
Save