post https://api.linode.com//lke/clusters//pools
Creates a new Node Pool for the designated Kubernetes cluster.
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"
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
lke:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>