Update a node pool
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.
hostPath
emptyDir
local
<>
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" Copy
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"
Learn more...
lke:read_write Copy
lke:read_write
Update a node pool
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
hostPathandemptyDirvolumes, orlocalPersistentVolumes) will be erased.<
>
Learn more...
Learn more...