Create Node
POST/core/clusters/:cluster_id/nodes
Creates one or more nodes and adds them to an existing Kubernetes cluster. Specify the Kubernetes cluster ID in the path and include the node count and role in the request body. Worker and master nodes can be added dynamically to a cluster. Optionally, specify the node_group name to add the nodes to a node group other than the default one.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 500
Success
Bad Request
Unauthorized
Not Found
Conflict
Internal Server Error
Was this page helpful?