sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-private/patches/vnet-peerings.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: AzureCluster 3 metadata: 4 name: ${CLUSTER_NAME} 5 spec: 6 networkSpec: 7 apiServerLB: 8 frontendIPs: 9 - name: ${CLUSTER_NAME}-internal-lb-frontend 10 privateIP: ${AZURE_INTERNAL_LB_IP} 11 name: ${CLUSTER_NAME}-internal-lb 12 type: Internal 13 vnet: 14 name: ${AZURE_VNET_NAME} 15 cidrBlocks: 16 - ${AZURE_PRIVATE_VNET_CIDR} 17 peerings: 18 - resourceGroup: ${AZURE_CUSTOM_VNET_RESOURCE_GROUP} 19 remoteVnetName: ${AZURE_CUSTOM_VNET_NAME} 20 subnets: 21 - name: private-cp-subnet 22 role: control-plane 23 cidrBlocks: 24 - ${AZURE_CP_SUBNET_CIDR} 25 - name: private-node-subnet 26 role: node 27 cidrBlocks: 28 - ${AZURE_NODE_SUBNET_CIDR}