mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Update cni spec to 0.4.0 for network plugin allowing it (#6053)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
- debug:
|
||||
var: nca_pod.stdout_lines
|
||||
failed_when: not nca_pod is success
|
||||
run_once: true
|
||||
when: inventory_hostname == groups['kube-master'][0]
|
||||
|
||||
- name: Get netchecker agents
|
||||
uri:
|
||||
@@ -170,7 +170,7 @@
|
||||
name: macvlan-conf
|
||||
spec:
|
||||
config: '{
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.4.0",
|
||||
"type": "macvlan",
|
||||
"master": "eth0",
|
||||
"mode": "bridge",
|
||||
|
||||
Reference in New Issue
Block a user