airshipctl/manifests/site/gcp-test-site/ephemeral/controlplane/kustomization.yaml
Ratnopam Chakrabarti e9f9d27732 Update CAPG test site to support phase run
Added support for following phases in CAPG provider
 clusterctl-init-ephemeral
 controlplane-ephemeral
 initinfra-target
 clusterctl-init-target
 clusterctl-move
 workers-target

Added support for deploying calico CNI for CAPG
through initinfra-target phase

Relates-To: #425
Change-Id: I91b29e561444d82d33802157eba5a1d94b25ba04
2020-12-07 11:45:47 -05:00

44 lines
989 B
YAML
Executable File

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../function/k8scontrol-capg
patchesJson6902:
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha3
kind: GCPCluster
name: "target-cluster"
path: project_name.json
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha3
kind: GCPCluster
name: "target-cluster"
path: region_name.json
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha3
kind: GCPCluster
name: "target-cluster"
path: network_name.json
- 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: GCPMachineTemplate
name: "target-cluster-control-plane"
path: machine_type.json