You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/openstack/customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization
46
46
* An additional OpenStack host is needed when migrating instances with a strict "anti-affinity" policy
47
47
*`type` (optional string): The OpenStack flavor name for machines in the pool.
48
48
*`rootVolume` (optional object): Defines the root volume for instances in the machine pool. The instances use ephemeral disks if not set.
49
-
*`size` (required integer): Size of the root volume in GB. Must be set to at least 25.
49
+
*`size` (required integer): Size of the root volume in GB. Must be set to at least 25. For production clusters, this must be at least 100.
50
50
*`type` (deprectated string): The volume pool to create the volume from. It was replaced by `types`.
51
51
*`types` (required list of strings): The volume pool to create the volume from. If compute `zones` are defined with more than one type, the number of zones must match the number of types.
52
52
*`zones` (optional list of strings): The names of the availability zones you want to install your root volumes on. If unset, the installer will use your default volume zone.
0 commit comments