ByCloud Docs
GuidesCLIAPISDK

Update Kubernetes cluster

bycloud kubernetes clusters update --cluster_id <cluster_id> [flags]

Update a Kubernetes cluster (e.g., scale nodes)

Options

--cluster_id

stringrequired

Kubernetes Cluster ID

--output

(-o)

stringoptional

Output format: text, json, or yaml

Values: "text", "json", "yaml"

Default: "text"

Body Options

--node_count

integeroptional

New worker node count (for scaling)

Command

bycloud kubernetes clusters update \
--cluster_id "abc-123"

Output

Success