c12s-kubespray/roles/network_plugin/calico/templates/calico-ipamconfig.yml.j2

9 lines
251 B
Plaintext
Raw Normal View History

apiVersion: crd.projectcalico.org/v1
kind: IPAMConfig
metadata:
name: default
spec:
autoAllocateBlocks: {{ calico_ipam_autoallocateblocks }}
strictAffinity: {{ calico_ipam_strictaffinity }}
maxBlocksPerHost: {{ calico_ipam_maxblocksperhost }}