Add first round of kustomize manifests

Add first round of kustomize manifests for usw2-cluster1

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2019-11-01 19:00:03 -04:00
parent fa6604ab07
commit 9f11f45907
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
kind: AWSCluster
metadata:
name: .*
spec:
region: us-west-2
sshKeyName: usw2_rsa_key

View file

@ -3,3 +3,23 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
patchesJson6902:
- target:
group: cluster.x-k8s.io
version: v1alpha2
kind: Cluster
name: capi-quickstart
path: name-patch.json
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha2
kind: AWSCluster
name: capi-quickstart
path: name-patch.json
patches:
- target:
group: infrastructure.cluster.x-k8s.io
version: v1alpha2
kind: AWSCluster
name: capi-quickstart
path: cluster-details.yaml

View file

@ -0,0 +1,3 @@
[
{ "op": "replace", "path": "/metadata/name", "value": "usw2-cluster-1" }
]