
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
29 lines
636 B
YAML
Executable File
29 lines
636 B
YAML
Executable File
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../function/workers-capg
|
|
|
|
patchesJson6902:
|
|
|
|
# Worker
|
|
- target:
|
|
group: cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: MachineDeployment
|
|
name: "target-cluster-md-0"
|
|
path: failure_domain.json
|
|
|
|
- target:
|
|
group: cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: MachineDeployment
|
|
name: "target-cluster-md-0"
|
|
path: machine_count.json
|
|
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: GCPMachineTemplate
|
|
name: "target-cluster-md-0"
|
|
path: machine_type.json
|