14e01c9b70
This patch set includes the manifest templates for the Workload cluster deployment for CAPZ v0.4.9. Also, added the new folder manifest/function/workers-capz and moved the manifests for v0.4.8 under it, as well as for v0.4.9 Change-Id: Ie08b6e7092f90ac8ee533c574a26eaf9b6600c5c
34 lines
775 B
YAML
34 lines
775 B
YAML
apiVersion: cluster.x-k8s.io/v1alpha3
|
|
kind: Cluster
|
|
metadata:
|
|
labels:
|
|
cni: calico
|
|
name: target-cluster
|
|
namespace: default
|
|
spec:
|
|
clusterNetwork:
|
|
pods:
|
|
cidrBlocks:
|
|
- 192.168.0.0/16
|
|
controlPlaneRef:
|
|
apiVersion: controlplane.cluster.x-k8s.io/v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: target-cluster-control-plane
|
|
infrastructureRef:
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
|
|
kind: AzureCluster
|
|
name: target-cluster
|
|
---
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
|
|
kind: AzureCluster
|
|
metadata:
|
|
name: target-cluster
|
|
namespace: default
|
|
spec:
|
|
location: eastus
|
|
networkSpec:
|
|
vnet:
|
|
name: azure-workload-vnet
|
|
resourceGroup: azure-workload
|
|
subscriptionID: cb3e23d3-b697-4c4f-a1a7-529e308691e4
|