File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -227,19 +227,20 @@ spec:
227
227
228
228
# # Boot From Volume
229
229
230
- 1. For example in `examples/_out/controlplane.yaml ` set `spec.rootVolume.diskSize` to something greater than `0` means boot from volume.
230
+ 1. For example in `OpenStackMachineTemplate ` set `spec.rootVolume.diskSize` to something greater than `0` means boot from volume.
231
231
232
232
` ` ` yaml
233
233
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
234
- kind: OpenStackMachine
234
+ kind: OpenStackMachineTemplate
235
235
metadata:
236
236
name: <cluster-name>-controlplane
237
237
namespace: <cluster-name>
238
238
spec:
239
+ ...
239
240
rootVolume:
240
- diskSize: 0
241
- sourceType: ""
242
- SourceUUID: ""
241
+ diskSize: <image size>
242
+ sourceType: "image "
243
+ SourceUUID: <image id>
243
244
...
244
245
` ` `
245
246
You can’t perform that action at this time.
0 commit comments