mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
CNI plugins: use last version 0.8.1 (#4878)
* CNI plugins: bump version 0.8.1 * cni plugins : update checksums * cni : update readme
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0559eec681
commit
2849191e67
@@ -9,7 +9,7 @@
|
||||
|
||||
- name: Canal | Copy cni plugins
|
||||
unarchive:
|
||||
src: "{{ local_release_dir }}/cni-plugins-{{ image_arch }}-{{ cni_version }}.tgz"
|
||||
src: "{{ local_release_dir }}/cni-plugins-linux-{{ image_arch }}-{{ cni_version }}.tgz"
|
||||
dest: "/opt/cni/bin"
|
||||
mode: 0755
|
||||
remote_src: yes
|
||||
|
||||
Reference in New Issue
Block a user