post
https://api.linode.com//lke/clusters//pools
Creates a new node pool for the designated Kubernetes cluster.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
-
Identity and access permissions. Your user needs a role with these permissions. Learn more.
- Roles:
lkecluster_admin
- Roles:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
lke:read_write
- Scopes:
CLI
linode-cli lke pool-create 12345 \
--type g6-standard-4 \
--count 6 \
--tags example-tag \
--autoscaler.enabled true \
--autoscaler.max 12 \
--autoscaler.min 3 \
--labels '{ "example.com/my-app":"team1" }' \
--taints.effect "NoSchedule" \
--taints.key "example.com/my-app" \
--taints.value "teamA"