put https://api.linode.com//lke/clusters//pools/
Updates a node pool's count, labels and taints, and autoscaler configuration.
Linodes are created or deleted to match changes to the Node Pool's count.
Specifying labels or taints on update overwrites any previous values, and updates existing nodes with the new values without a recycle.
Any local storage on deleted Linodes (such as hostPath
and emptyDir
volumes, or local
PersistentVolumes) will be erased.
linode-cli lke pool-update 12345 456 \
--count 6 \
--autoscaler.enabled true \
--autoscaler.max 12 \
--autoscaler.min 3 \
--labels '{ "example.com/my-app":"team1", "env":"staging" }' \
--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>