NodePool
Last updated
Last updated
name
str
The name of your node pool. Must be 63 characters or less and must begin and end with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
[optional]
data_platform_version
str
The version of the data platform.
[optional]
datacenter_id
str
The UUID of the virtual data center (VDC) the cluster is provisioned.
[optional]
node_count
int
The number of nodes that make up the node pool.
[optional]
cpu_family
str
A valid CPU family name or `AUTO` if the platform shall choose the best fitting option. Available CPU architectures can be retrieved from the data center resource.
[optional] [default to 'AUTO']
cores_count
int
The number of CPU cores per node.
[optional] [default to 4]
ram_size
int
The RAM size for one node in MB. Must be set in multiples of 1024 MB, with a minimum size is of 2048 MB.
[optional] [default to 4096]
availability_zone
[optional]
storage_type
[optional]
storage_size
int
The size of the volume in GB. The size must be greater than 10 GB.
[optional] [default to 20]
maintenance_window
[optional]
labels
object
Key-value pairs attached to the node pool resource as Kubernetes labels
[optional]
annotations
object
Key-value pairs attached to node pool resource as Kubernetes annotations
[optional]