Update 'prepare_k8s.yml'
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
name: runc
|
name: runc
|
||||||
state: present
|
state: present
|
||||||
- name: Install CNI Plugins
|
- name: Install CNI Plugins
|
||||||
command chdir=/tmp {{ item }}
|
command: "{{ item }}" chdir=/tmp
|
||||||
with items:
|
with_items:
|
||||||
- wget https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-arm64-v1.4.1.tgz
|
- wget https://github.com/containernetworking/plugins/releases/download/v1.4.1/cni-plugins-linux-arm64-v1.4.1.tgz
|
||||||
- mkdir -p /opt/cni/bin
|
- mkdir -p /opt/cni/bin
|
||||||
- tar Cxzvf /opt/cni/bin cni-plugins-linux-arm64-v1.4.1.tgz
|
- tar Cxzvf /opt/cni/bin cni-plugins-linux-arm64-v1.4.1.tgz
|
||||||
|
|||||||
Reference in New Issue
Block a user