b0eef10ca9
This patch set includes the site specifig for Azure (az-test-site) that contains the manifests and kustomization files needed to deploy a Workload cluster on the Azure cloud platform. This patch set uses the Azure CAPZ v0.4.9 for the Workload cluster deployment. Change-Id: Ie71630bf55edadfcc11527c04aea41aa2161bdbd
25 lines
671 B
YAML
25 lines
671 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../function/k8scontrol-capz/v0.4.9
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: controlplane.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: "target-cluster-control-plane"
|
|
path: machine_count.json
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: AzureCluster
|
|
name: "target-cluster"
|
|
path: cluster.json
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: AzureMachineTemplate
|
|
name: "target-cluster-control-plane"
|
|
path: machine_template.json
|