NodepoolCreate

Creates a node pool into an existing Kubernetes cluster. The Kubernetes cluster must be in state "ACTIVE" before creating a node pool.

The worker nodes within the node pools will be deployed into an existing data centers.

knife ionoscloud nodepool create (options)

Available options:

Required options:

  • datacenter_id

  • cluster_id

  • name

  • version

  • node_count

  • cpu_family

  • cores

  • ram

  • availability_zone

  • storage_type

  • storage_size

Example

Last updated