The vultr-cli kubernetes node-pool node delete
command removes a specific node from a node pool in your Vultr Kubernetes cluster, allowing for targeted infrastructure scaling.
$ vultr-cli kubernetes node-pool node delete <Cluster ID> <Node Pool ID> <Node ID>
# Full example
$ vultr-cli kubernetes node-pool node delete ffd31f18-5f77-454c-9065-212f942c3c35
# Shortened with alias commands
$ vultr-cli k n node d ffd31f18-5f77-454c-9065-212f942c3c35
No comments yet.