doctl kubernetes cluster update <id|name> [flags]
u
This command updates the specified configuration values for the specified Kubernetes cluster. The cluster must be referred to by its name or ID, which you can retrieve by calling:
doctl kubernetes cluster list
Option | Description |
---|---|
--auto-upgrade
|
A boolean flag indicating whether the cluster will be automatically upgraded to new patch releases during its maintenance window (default false). To enable automatic upgrade, supply –auto-upgrade(=true).
Default: false
|
--cluster-name
|
Specifies a new cluster name |
--ha
|
Boolean specifying whether to enable the highly-available control plane for the cluster
Default: false
|
--help
, -h
|
Help for this command |
--maintenance-window
|
Sets the beginning of the four hour maintenance window for the cluster. Syntax is in the format: ‘day=HH:MM’, where time is in UTC. Day can be: any , monday , tuesday , wednesday , thursday , friday , saturday , sunday .
Default: any=00:00
|
--set-current-context
|
Boolean specifying whether to set the current kubectl context to that of the new cluster
Default: true
|
--surge-upgrade
|
Boolean specifying whether to enable surge-upgrade for the cluster
Default: false
|
--tag
|
A comma-separated list of tags to apply to the cluster. Existing user-provided tags will be removed from the cluster if they are not specified. |
--update-kubeconfig
|
Boolean specifying whether to update the cluster in your kubeconfig
Default: true
|
Command | Description |
---|---|
doctl kubernetes cluster | Display commands for managing Kubernetes clusters |
Option | Description |
---|---|
--access-token , -t
|
API V2 access token |
--api-url , -u
|
Override default API endpoint |
--config , -c
|
Specify a custom config file
Default:
|
--context
|
Specify a custom authentication context name |
--http-retry-max
|
Set maximum number of retries for requests that fail with a 429 or 500-level error
Default: 5
|
--http-retry-wait-max
|
Set the minimum number of seconds to wait before retrying a failed request
Default: 30
|
--http-retry-wait-min
|
Set the maximum number of seconds to wait before retrying a failed request
Default: 1
|
--interactive
|
Enable interactive behavior. Defaults to true if the terminal supports it (default false)
Default: false
|
--output , -o
|
Desired output format [text|json]
Default: text
|
--trace
|
Show a log of network activity while performing a command
Default: false
|
--verbose , -v
|
Enable verbose output
Default: false
|