Blocksize for calico default pool should be configurable (#5198)

This commit is contained in:
Erwan Miran
2019-09-25 13:44:00 +02:00
committed by Kubernetes Prow Robot
parent 2fc02ed456
commit f18e77f1db
2 changed files with 4 additions and 1 deletions

View File

@@ -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 -