airshipctl/manifests/site/reference-az-public-cluster/phases/clusterctl-patch.yaml
Shiba, Sidney 4e12ce315f CAPZ v0.5.2 Uplift - Reference Public Site
This patchset provides the manifests for deploying a Target cluster on
Azure cloud platform, exposing the API server to the public Internet.

Relates-to: #600
Change-Id: I34789918b4be721fc518c033a82a4f8bce117494
2021-10-20 10:28:44 -06:00

38 lines
905 B
YAML

- op: replace
path: /init-options/core-provider
value: 'cluster-api:v0.4.2'
- op: replace
path: /init-options/bootstrap-providers
value: 'kubeadm:v0.4.2'
- op: replace
path: /init-options/control-plane-providers
value: 'kubeadm:v0.4.2'
- op: replace
path: /init-options/infrastructure-providers
value: 'azure:v0.5.2'
- op: replace
path: /providers/0
value:
name: azure
type: InfrastructureProvider
url: airshipctl/manifests/function/capz/v0.5.2
- op: replace
path: /providers/1
value:
name: kubeadm
type: BootstrapProvider
url: airshipctl/manifests/function/cabpk/v0.4.2
- op: replace
path: /providers/2
value:
name: cluster-api
type: CoreProvider
url: airshipctl/manifests/function/capi/v0.4.2
- op: replace
path: /providers/3
value:
name: kubeadm
type: ControlPlaneProvider
url: airshipctl/manifests/function/cacpk/v0.4.2