[calico/ipam] do not assign ipv4

This commit is contained in:
Nico Schottelius 2021-04-07 20:42:15 +02:00
parent ad3279d24e
commit 6097ee03d1
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ data:
"nodename": "__KUBERNETES_NODE_NAME__",
"mtu": __CNI_MTU__,
"ipam": {
"type": "calico-ipam"
"type": "calico-ipam",
"assign_ipv4": "false",
"assign_ipv6": "true"
},
"policy": {
"type": "k8s"