The vultr-cli kubernetes node-pool node recycle
command initiates a replacement of a specific node within a Kubernetes cluster's node pool, maintaining cluster functionality during maintenance.
$ vultr-cli kubernetes node-pool node recycle <clusterID> <nodePoolID> <nodeID>
# Full example
$ vultr-cli kubernetes node-pool node recycle ffd31f18-5f77-454c-9065-212f942c3c35
# Shortened with alias commands
$ vultr-cli k n node r ffd31f18-5f77-454c-9065-212f942c3c35
No comments yet.