The Deckhouse Kubernetes Platform installs CRDs but does not remove them when a module is disabled. If you no longer need the created CRDs, delete them.
The module lifecycle stage: General Availability
GCPInstanceClass
Scope: Cluster
- v1
- v1alpha1
Parameters of a group of GCP Instances used by machine-controller-manager (the node-manager module).
The CloudInstanceClass resource of the node-manager module refers to this resource.
- objectspec
Required value
- array of objectsspec.additionalDisks
A list of additional disks to attach to the instance.
Useful for storage workloads such as LINSTOR, Ceph, NFS, and similar.
Example:
additionalDisks: - size: 100 type: pd-ssd- booleanspec.additionalDisks.autoDelete
Automatically delete the disk when the instance is deleted.
Default:
true - integerspec.additionalDisks.provisionedIops
Provisioned IOPS for the disk.
Required for
pd-extremeandhyperdisk-extremedisk types.Allowed values:
1 <= X - integerspec.additionalDisks.provisionedThroughput
Provisioned throughput in MiB/s for the disk.
Applicable for
hyperdisk-balancedandhyperdisk-throughputdisk types.Allowed values:
1 <= X - integerspec.additionalDisks.size
Required value
Disk size in gigabytes (GB).
Allowed values:
1 <= XExample:
size: 100 - stringspec.additionalDisks.type
Required value
Disk type.
pd-standard— standard Persistent Disk (HDD).pd-balanced— balanced Persistent Disk (SSD).pd-ssd— SSD Persistent Disk.pd-extreme— extreme Persistent Disk; requiresprovisionedIops.hyperdisk-balanced— Hyperdisk with balanced performance.hyperdisk-throughput— Hyperdisk optimized for throughput.hyperdisk-extreme— Hyperdisk with maximum performance; requiresprovisionedIops.
Allowed values:
pd-standard,pd-balanced,pd-ssd,pd-extreme,hyperdisk-balanced,hyperdisk-throughput,hyperdisk-extremeExample:
type: pd-ssd
- objectspec.additionalLabels
Additional labels.
Example:
additionalLabels: project: cms-production severity: critical - array of strings
The list of additional tags.
For example, you can use tags to apply firewall rules to instances. The detailed description of network tags is available in the official documentation.
- objectspec.capacityDeprecated
Deprecated: the parameter is no longer used. Deckhouse is using parameters from the cloud for passed instance type.
Instance capacity for non-standard instance types (the
machineTypeparameter).Cluster-autoscaler uses the parameter for scheduling only when there are no nodes in NodeGroup yet (if
minPerZoneequal to 0). If there are already nodes in the NodeGroup, then cluster-autoscaler uses the actual node capacity (CPU, memory) when planning, and does not use thecapacityparameter.The parameter must be specified only for non-standard instance types. Info about the capacity of standard instance types (
a2-highgpu-8g,c2-standard-8, etc.) is embedded in Deckhouse.- integer or stringspec.capacity.cpu
Required value
Node vCPU resources.
Pattern:
^[0-9]+m?$Example:
cpu: 1000m - integer or stringspec.capacity.memory
Required value
Node memory resources.
Pattern:
^[0-9]+(\.[0-9]+)?(E|P|T|G|M|k|Ei|Pi|Ti|Gi|Mi|Ki)?$Example:
memory: 1500Mi
- booleanspec.disableExternalIP
Defines whether to disable external ip for an instance or not. True means that an instance is created without external ip
- integerspec.diskSizeGb
Instance’s root disk size in gibibytes.
Default:
50Example:
diskSizeGb: 20 - stringspec.diskType
Instance’s disk type.
Default:
pd-standardAllowed values:
pd-standard,pd-ssdExample:
diskType: pd-ssd - booleanspec.enableNestedVirtualization
Enables nested virtualization on the instance.
Required for running virtual machine workloads (e.g., KVM-based VMs) inside GCP instances.
Warning. Only supported on specific machine types. See the GCP documentation for the list of compatible types.
Default:
false - stringspec.image
Not required value.
Image to use while provisioning GCP servers.
You can find a list of available images in the provider documentation.
The list of OS and their versions supported by Deckhouse can be found in the Deckhouse documentation (take into account the Deckhouse version used).
Example:
image: https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-2404-noble-amd64-v20260128 - stringspec.machineType
Required value
Machine type of GCP instance.
Caution! Make sure that this type is present in all zones specified in the
zonesparameter.GCP lets you specify a custom amount of resources (CPU and RAM), e.g.,
custom-8-40960orn2-custom-8-40960.Example:
machineType: n1-standard-4 - booleanspec.preemptible
Should instances be preemptible.
Default:
false
- objectstatus
- array of stringsstatus.nodeGroupConsumers
Parameters of a group of GCP Instances used by machine-controller-manager (the node-manager module).
The CloudInstanceClass resource of the node-manager module refers to this resource.
- objectspec
Required value
- array of objectsspec.additionalDisks
A list of additional disks to attach to the instance.
Useful for storage workloads such as LINSTOR, Ceph, NFS, and similar.
Example:
additionalDisks: - size: 100 type: pd-ssd- booleanspec.additionalDisks.autoDelete
Automatically delete the disk when the instance is deleted.
Default:
true - integerspec.additionalDisks.provisionedIops
Provisioned IOPS for the disk.
Required for
pd-extremeandhyperdisk-extremedisk types.Allowed values:
1 <= X - integerspec.additionalDisks.provisionedThroughput
Provisioned throughput in MiB/s for the disk.
Applicable for
hyperdisk-balancedandhyperdisk-throughputdisk types.Allowed values:
1 <= X - integerspec.additionalDisks.size
Required value
Disk size in gigabytes (GB).
Allowed values:
1 <= XExample:
size: 100 - stringspec.additionalDisks.type
Required value
Disk type.
pd-standard— standard Persistent Disk (HDD).pd-balanced— balanced Persistent Disk (SSD).pd-ssd— SSD Persistent Disk.pd-extreme— extreme Persistent Disk; requiresprovisionedIops.hyperdisk-balanced— Hyperdisk with balanced performance.hyperdisk-throughput— Hyperdisk optimized for throughput.hyperdisk-extreme— Hyperdisk with maximum performance; requiresprovisionedIops.
Allowed values:
pd-standard,pd-balanced,pd-ssd,pd-extreme,hyperdisk-balanced,hyperdisk-throughput,hyperdisk-extremeExample:
type: pd-ssd
- objectspec.additionalLabels
Additional labels.
Example:
additionalLabels: project: cms-production severity: critical - array of strings
The list of additional tags.
For example, you can use tags to apply firewall rules to instances. The detailed description of network tags is available in the official documentation.
- objectspec.capacityDeprecated
Deprecated: the parameter is no longer used. Deckhouse is using parameters from the cloud for passed instance type.
Instance capacity for non-standard instance types (the
machineTypeparameter).Cluster-autoscaler uses the parameter for scheduling only when there are no nodes in NodeGroup yet (if
minPerZoneequal to 0). If there are already nodes in the NodeGroup, then cluster-autoscaler uses the actual node capacity (CPU, memory) when planning, and does not use thecapacityparameter.The parameter must be specified only for non-standard instance types. Info about the capacity of standard instance types (
a2-highgpu-8g,c2-standard-8, etc.) is embedded in Deckhouse.- integer or stringspec.capacity.cpu
Required value
Node vCPU resources.
Pattern:
^[0-9]+m?$Example:
cpu: 1000m - integer or stringspec.capacity.memory
Required value
Node memory resources.
Pattern:
^[0-9]+(\.[0-9]+)?(E|P|T|G|M|k|Ei|Pi|Ti|Gi|Mi|Ki)?$Example:
memory: 1500Mi
- booleanspec.disableExternalIP
Defines whether to disable external ip for an instance or not. True means that an instance is created without external ip
- integerspec.diskSizeGb
Instance’s root disk size in gibibytes.
Default:
50Example:
diskSizeGb: 20 - stringspec.diskType
Instance’s disk type.
Default:
pd-standardAllowed values:
pd-standard,pd-ssdExample:
diskType: pd-ssd - booleanspec.enableNestedVirtualization
Enables nested virtualization on the instance.
Required for running virtual machine workloads (e.g., KVM-based VMs) inside GCP instances.
Warning. Only supported on specific machine types. See the GCP documentation for the list of compatible types.
Default:
false - stringspec.image
Not required value.
Image to use while provisioning GCP servers.
You can find a list of available images in the provider documentation.
The list of OS and their versions supported by Deckhouse can be found in the Deckhouse documentation (take into account the Deckhouse version used).
Example:
image: https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-2404-noble-amd64-v20260128 - stringspec.machineType
Required value
Machine type of GCP instance.
Caution! Make sure that this type is present in all zones specified in the
zonesparameter.GCP lets you specify a custom amount of resources (CPU and RAM), e.g.,
custom-8-40960orn2-custom-8-40960.Example:
machineType: n1-standard-4 - booleanspec.preemptible
Should instances be preemptible.
Default:
false
- objectstatus
- array of stringsstatus.nodeGroupConsumers