[calico/ipam] do not assign ipv4
This commit is contained in:
parent
ad3279d24e
commit
6097ee03d1
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue