mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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:
parent
fa6604ab07
commit
9f11f45907
3 changed files with 31 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
|
||||
kind: AWSCluster
|
||||
metadata:
|
||||
name: .*
|
||||
spec:
|
||||
region: us-west-2
|
||||
sshKeyName: usw2_rsa_key
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
{ "op": "replace", "path": "/metadata/name", "value": "usw2-cluster-1" }
|
||||
]
|
||||
Loading…
Reference in a new issue