mirror of https://github.com/kubernetes/kops.git
20 lines
467 B
YAML
20 lines
467 B
YAML
ClusterName: private.example.com
|
|
Zones:
|
|
- us-test1-a
|
|
CloudProvider: gce
|
|
Topology: private
|
|
Networking: cni
|
|
Bastion: true
|
|
NodeSecurityGroups:
|
|
- sg-exampleid
|
|
- sg-exampleid2
|
|
ControlPlaneSecurityGroups:
|
|
- sg-exampleid3
|
|
- sg-exampleid4
|
|
KubernetesVersion: v1.32.0
|
|
cloudLabels: "Owner=John Doe,dn=\"cn=John Doe: dc=example dc=com\", foo/bar=fib+baz"
|
|
Project: testproject
|
|
GCEServiceAccount: test-account@testproject.iam.gserviceaccount.com
|
|
ControlPlaneSizes:
|
|
- e2-standard-2
|