Skip to content

upctl kubernetes modify

Modifiy an existing cluster

upctl kubernetes modify <UUID/Name...> [flags]

Examples

upctl cluster modify 00bb4617-c592-4b32-b869-35a60b323b18 --plan 1xCPU-1GB

Options

Option Description
--kubernetes-api-allow-ip Allow cluster's Kubernetes API to be accessed from an IP address or a network CIDR, multiple can be declared.
Default: []
--label Labels to describe the cluster in key=value format, multiple can be declared.
Default: []
--clear-labels Clear all labels from to given cluster.
--help, -h help for modify
Default: false

Global options

Option Description
--client-timeout, -t Client timeout to use in API calls.
Default: 0s
--config Configuration file path.
--debug Print out more verbose debug logs.
Default: false
--force-colours Force coloured output despite detected terminal support.
--no-colours Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
--output, -o Output format (supported: json, yaml and human)
Default: human
Command Description
upctl kubernetes Manage Kubernetes clusters