Update Kubernetes cluster
bycloud kubernetes clusters update --cluster_id <cluster_id> [flags]Update a Kubernetes cluster (e.g., scale nodes)
Options
--cluster_id
stringrequiredKubernetes Cluster ID
--output
(-o)
stringoptionalOutput format: text, json, or yaml
Values: "text", "json", "yaml"
Default: "text"
Body Options
--node_count
integeroptionalNew worker node count (for scaling)
Command
bycloud kubernetes clusters update \--cluster_id "abc-123"
Output
Success