Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
openAPIV3Schema:
type: string
default: "SCS-2V-4"
example: "SCS-2V-4"
example: "SCS-2V-4-20s"
description: |-
OpenStack instance flavor for control plane nodes.
(Default: SCS-2V-4, replace by SCS-2V-4-20s or specify a controlPlaneRootDisk.)
Expand All @@ -126,13 +126,13 @@ spec:
schema:
openAPIV3Schema:
type: integer
minimum: 1
minimum: 0
example: 25
default: 50
description: |-
Root disk size in GiB for control-plane nodes.
OpenStack volume will be created and used instead of an ephemeral disk defined in flavor.
Should only be used for the diskless flavors.
Should only be used for the diskless flavors (>= 20), otherwise set to 0.
- name: controlPlaneServerGroupID
required: false
schema:
Expand Down Expand Up @@ -173,13 +173,13 @@ spec:
schema:
openAPIV3Schema:
type: integer
minimum: 1
minimum: 0
example: 25
default: 50
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 for the diskless flavors.
Should be used for the diskless flavors (>= 20), otherwise set to 0.
- name: workerServerGroupID
required: false
schema:
Expand Down
2 changes: 1 addition & 1 deletion providers/openstack/scs2/csctl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: csctl.clusterstack.x-k8s.io/v1alpha1
config:
clusterStackName: scs2
kubernetesVersion: v1.33.4
kubernetesVersion: v1.33.5
provider:
apiVersion: openstack.csctl.clusterstack.x-k8s.io/v1alpha1
type: openstack
2 changes: 1 addition & 1 deletion providers/openstack/scs2/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
- kubernetes: 1.32.8
cinder_csi: 2.32.2
occm: 2.32.0
- kubernetes: 1.33.4
- kubernetes: 1.33.5
cinder_csi: 2.33.1
occm: 2.33.1
Loading