Updates configuration settings for an existing Kubernetes cluster on Vultrs platform, allowing modification of resources, version, and other parameters.
The vultr-cli kubernetes update
command updates configuration settings for an existing Kubernetes cluster on Vultr's platform, allowing you to modify resources, version, or other cluster parameters.
$ vultr-cli kubernetes update <Cluster ID> [flags]
# Full example
$ vultr-cli kubernetes update ffd31f18-5f77-454c-9065-212f942c3c35 --label="updated-label"
# Shortened with alias commands
$ vultr-cli k u ffd31f18-5f77-454c-9065-212f942c3c35 -l="updated-label"
Shorthand | Long Version | Description |
---|---|---|
-l | --label | label for your kubernetes cluster |
No comments yet.