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: providers/openstack/kamaji/1-30/cluster-class/templates/cluster-class.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -70,17 +70,17 @@ spec:
70
70
schema:
71
71
openAPIV3Schema:
72
72
type: string
73
-
default: "SCS-2V-4-20"
74
-
example: "SCS-2V-4-20"
73
+
default: "SCS-2V-4"
74
+
example: "SCS-2V-4"
75
75
description: "OpenStack instance flavor for worker nodes."
76
76
- name: worker_root_disk
77
77
required: false
78
78
schema:
79
79
openAPIV3Schema:
80
80
type: integer
81
81
minimum: 1
82
-
example: 20
83
-
description: "Root disk size in GiB for worker nodes. OpenStack volume will be created and used instead of an ephemeral disk defined in flavor. Should be used also for the diskless flavors."
82
+
example: 25
83
+
description: "Root disk size in GiB for worker nodes. OpenStack volume will be created and used instead of an ephemeral disk defined in flavor. Should be used also for the diskless flavors. Typical capi images require at least 20GB."
0 commit comments