mirror of https://github.com/kubernetes/kops.git
20 lines
329 B
YAML
20 lines
329 B
YAML
ClusterName: complex.example.com
|
|
Zones:
|
|
- us-test-1a
|
|
- us-test-1b
|
|
- us-test-1c
|
|
CloudProvider: aws
|
|
NetworkCIDRs:
|
|
- 10.0.0.0/16
|
|
- 10.1.0.0/16
|
|
- 10.2.0.0/16
|
|
- 10.3.0.0/16
|
|
- 10.4.0.0/16
|
|
Networking: cni
|
|
ControlPlaneCount: 3
|
|
NodeCount: 10
|
|
KubernetesVersion: v1.32.0
|
|
# We specify SSHAccess but _not_ AdminAccess
|
|
SSHAccess:
|
|
- 1.2.3.4/32
|