Create Node Pool
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
The properties of the NodePool being created.
Response
Arbitrary, user-specified metadata. Keys and values must adhere to Kubernetes constraints: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set Additionally, the "fireworks.ai/" prefix is reserved.
The creation time of the node pool.
Human-readable display name of the node pool. e.g. "My Node Pool" Must be fewer than 64 characters long.
A fake node pool to be used with FakeCluster.
Maximum number of nodes in this node pool. Must be a positive integer greater than or equal to min_node_count. If not specified, the default is 1.
Minimum number of nodes in this node pool. Must be a non-negative integer less than or equal to max_node_count. If not specified, the default is 0.
Live statistics of the node pool.
The number of nodes to overprovision by the autoscaler. Must be a non-negative integer and less than or equal to min_node_count and max_node_count-min_node_count. If not specified, the default is 0.
The current state of the node pool.
STATE_UNSPECIFIED
, CREATING
, READY
, DELETING
, FAILED
Contains detailed message when the last node pool operation fails, e.g. when node pool is in FAILED state or when last node pool update fails.
Was this page helpful?