mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update region in base configuration to address majority of use cases Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
21 lines
442 B
YAML
21 lines
442 B
YAML
---
|
|
apiVersion: cluster.x-k8s.io/v1alpha2
|
|
kind: Cluster
|
|
metadata:
|
|
name: capi-quickstart
|
|
spec:
|
|
clusterNetwork:
|
|
pods:
|
|
cidrBlocks: ["192.168.0.0/16"]
|
|
infrastructureRef:
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
|
|
kind: AWSCluster
|
|
name: capi-quickstart
|
|
---
|
|
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
|
|
kind: AWSCluster
|
|
metadata:
|
|
name: capi-quickstart
|
|
spec:
|
|
region: us-west-2
|
|
sshKeyName: default
|