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
47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
|
|
---
|
|
apiVersion: admissionregistration.k8s.io/v1beta1
|
|
kind: ValidatingWebhookConfiguration
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: validating-webhook-configuration
|
|
webhooks:
|
|
- clientConfig:
|
|
caBundle: Cg==
|
|
service:
|
|
name: webhook-service
|
|
namespace: system
|
|
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha3-gcpmachine
|
|
failurePolicy: Fail
|
|
matchPolicy: Equivalent
|
|
name: validation.gcpmachine.infrastructure.cluster.x-k8s.io
|
|
rules:
|
|
- apiGroups:
|
|
- infrastructure.cluster.x-k8s.io
|
|
apiVersions:
|
|
- v1alpha3
|
|
operations:
|
|
- CREATE
|
|
- UPDATE
|
|
resources:
|
|
- gcpmachines
|
|
- clientConfig:
|
|
caBundle: Cg==
|
|
service:
|
|
name: webhook-service
|
|
namespace: system
|
|
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha3-gcpmachinetemplate
|
|
failurePolicy: Fail
|
|
matchPolicy: Equivalent
|
|
name: validation.gcpmachinetemplate.infrastructure.x-k8s.io
|
|
rules:
|
|
- apiGroups:
|
|
- infrastructure.cluster.x-k8s.io
|
|
apiVersions:
|
|
- v1alpha3
|
|
operations:
|
|
- CREATE
|
|
- UPDATE
|
|
resources:
|
|
- gcpmachinetemplates
|