File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ metadata:
5353 name : example-cluster
5454platform :
5555 gcp :
56- project : example-project
56+ projectID : example-project
5757 region : us-east1
58- osDisk :
59- diskType : pd-ssd
60- diskSizeGB : 120
58+ defaultMachinePlatform :
59+ osDisk :
60+ diskType : pd-ssd
61+ diskSizeGB : 120
6162pullSecret : ' {"auths": ...}'
6263sshKey : ssh-ed25519 AAAA...
6364` ` `
@@ -137,12 +138,15 @@ An example GCP install config enabling [GCP's nested virtualization license][gcp
137138` ` ` yaml
138139apiVersion : v1
139140baseDomain : example.com
141+ metadata :
142+ name : example-cluster
140143platform :
141144 gcp :
142145 projectID : example-project
143146 region : us-east1
144147 licenses :
145148 - https://compute.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx
149+ pullSecret : ' {"auths": ...}'
146150` ` `
147151
148152[machine-type]: https://cloud.google.com/compute/docs/machine-types
You can’t perform that action at this time.
0 commit comments