mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 09:38:12 -03:30
Blocksize for calico default pool should be configurable (#5198)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2fc02ed456
commit
f18e77f1db
@@ -128,7 +128,7 @@
|
||||
"name": "{{ calico_pool_name }}",
|
||||
},
|
||||
"spec": {
|
||||
"blockSize": "{{ kube_network_node_prefix }}",
|
||||
"blockSize": "{{ calico_pool_blocksize | default(kube_network_node_prefix) }}",
|
||||
"cidr": "{{ calico_pool_cidr | default(kube_pods_subnet) }}",
|
||||
"ipipMode": "{{ ipip_mode }}",
|
||||
"natOutgoing": {{ nat_outgoing|default(false) and not peer_with_router|default(false) }} }} " | {{ bin_dir }}/calicoctl.sh apply -f -
|
||||
|
||||
Reference in New Issue
Block a user