sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/addons/calico-dual-stack/values.yaml (about)

     1  installation:
     2    cni:
     3      type: Calico
     4      ipam:
     5        type: HostLocal
     6    calicoNetwork:
     7      bgp: Disabled
     8      mtu: 1350
     9      ipPools:
    10      - blockSize: 26
    11        cidr: 10.244.0.0/16
    12        encapsulation: None
    13        natOutgoing: Enabled
    14        nodeSelector: all()
    15      - blockSize: 122
    16        cidr: 2001:1234:5678:9a40::/58
    17        encapsulation: None
    18        natOutgoing: Enabled
    19        nodeSelector: all()
    20    registry: mcr.microsoft.com/oss
    21  # Image and registry configuration for the tigera/operator pod.
    22  tigeraOperator:
    23    image: tigera/operator
    24    registry: mcr.microsoft.com/oss
    25  calicoctl:
    26    image: mcr.microsoft.com/oss/calico/ctl