219b29f1a6
* add documentation for gcp provider (capg) * add manifests for gcp provider (capg) * add cluster templates for control plane and workers * add site definition to use gcp provider (capg) with control plane and workers Zuul Gate Scripts: https://review.opendev.org/#/c/749165/ Change-Id: I3ea07fcafe49fc2698d9d961222550c45b40cd66
32 lines
850 B
YAML
32 lines
850 B
YAML
namePrefix: capg-
|
|
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "infrastructure-gcp"
|
|
|
|
bases:
|
|
- crd
|
|
- webhook # Disable this if you're not using the webhook functionality.
|
|
- default
|
|
- data
|
|
|
|
# Enable this when conversion webhooks are implemented
|
|
#patchesJson6902:
|
|
#- target:
|
|
# group: apiextensions.k8s.io
|
|
# version: v1
|
|
# kind: CustomResourceDefinition
|
|
# name: gcpclusters.infrastructure.cluster.x-k8s.io
|
|
# path: patch_crd_webhook_namespace.yaml
|
|
#- target:
|
|
# group: apiextensions.k8s.io
|
|
# version: v1
|
|
# kind: CustomResourceDefinition
|
|
# name: gcpmachines.infrastructure.cluster.x-k8s.io
|
|
# path: patch_crd_webhook_namespace.yaml
|
|
#- target:
|
|
# group: apiextensions.k8s.io
|
|
# version: v1
|
|
# kind: CustomResourceDefinition
|
|
# name: gcpmachinetemplates.infrastructure.cluster.x-k8s.io
|
|
# path: patch_crd_webhook_namespace.yaml
|