34fd3e0bfc
* add documentation for openstack provider (capo) * add manifests for openstack provider (capo) * add cluster templates for control plane and workers * add site definition to use openstack provider (capo) with control plane and workers Change-Id: I7158aa87f2ef044d0acca448e3b1c19f58416e22
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-openstackmachine
|
|
failurePolicy: Fail
|
|
matchPolicy: Equivalent
|
|
name: validation.openstackmachine.infrastructure.cluster.x-k8s.io
|
|
rules:
|
|
- apiGroups:
|
|
- infrastructure.cluster.x-k8s.io
|
|
apiVersions:
|
|
- v1alpha3
|
|
operations:
|
|
- CREATE
|
|
- UPDATE
|
|
resources:
|
|
- openstackmachines
|
|
- clientConfig:
|
|
caBundle: Cg==
|
|
service:
|
|
name: webhook-service
|
|
namespace: system
|
|
path: /validate-infrastructure-cluster-x-k8s-io-v1alpha3-openstackmachinetemplate
|
|
failurePolicy: Fail
|
|
matchPolicy: Equivalent
|
|
name: validation.openstackmachinetemplate.infrastructure.x-k8s.io
|
|
rules:
|
|
- apiGroups:
|
|
- infrastructure.cluster.x-k8s.io
|
|
apiVersions:
|
|
- v1alpha3
|
|
operations:
|
|
- CREATE
|
|
- UPDATE
|
|
resources:
|
|
- openstackmachinetemplates
|