From 21d29484150beec59acba14a36dfa0789cf3abf0 Mon Sep 17 00:00:00 2001 From: rknaur Date: Tue, 7 Jan 2025 14:03:04 +0100 Subject: [PATCH] Generated code --- .../controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml | 6 ++++++ .../infrastructure.cluster.x-k8s.io_rosamachinepools.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config/crd/bases/controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml b/config/crd/bases/controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml index 22e808ed82..4d97e9d5c5 100644 --- a/config/crd/bases/controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml +++ b/config/crd/bases/controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml @@ -213,6 +213,12 @@ spec: description: The instance type to use, for example `r5.xlarge`. Instance type ref; https://aws.amazon.com/ec2/instance-types/ type: string + volumeSize: + description: VolumeSize set the disk volume size for the default + workers machine pool in Gib. The default is 300 GiB. + maximum: 16384 + minimum: 75 + type: integer type: object domainPrefix: description: |- diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_rosamachinepools.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_rosamachinepools.yaml index a5786fd8bf..3756bf65b5 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_rosamachinepools.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_rosamachinepools.yaml @@ -219,6 +219,12 @@ spec: Version specifies the OpenShift version of the nodes associated with this machinepool. ROSAControlPlane version is used if not set. type: string + volumeSize: + description: VolumeSize set the disk volume size for the machine pool, + in Gib. The default is 300 GiB. + maximum: 16384 + minimum: 75 + type: integer required: - instanceType - nodePoolName