sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/addons/calico-ipv6/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: 122
    11        cidr: 2001:1234:5678:9a40::/58
    12        encapsulation: None
    13        natOutgoing: Enabled
    14        nodeSelector: all()
    15    registry: mcr.microsoft.com/oss
    16  # Image and registry configuration for the tigera/operator pod.
    17  tigeraOperator:
    18    image: tigera/operator
    19    registry: mcr.microsoft.com/oss
    20  calicoctl:
    21    image: mcr.microsoft.com/oss/calico/ctl