yc managed-kubernetes
Written by
Updated at July 29, 2025
Manage Kubernetes clusters.
Command Usage
Syntax:
yc managed-kubernetes <group|command>
Aliases:
- k8s
Command Tree
- yc managed-kubernetes create-token — Create K8S token and print to STDOUT.
- yc managed-kubernetes list-versions — List available kubernetes versions.
- yc managed-kubernetes cluster — Manage Kubernetes clusters.
- yc managed-kubernetes cluster add-access-binding — Add access binding for the specified Kubernetes cluster.
- yc managed-kubernetes cluster add-labels — Add labels to the specified Kubernetes cluster.
- yc managed-kubernetes cluster create — Create a Kubernetes cluster.
- yc managed-kubernetes cluster delete — Delete a Kubernetes cluster.
- yc managed-kubernetes cluster get — Get information about a Kubernetes cluster.
- yc managed-kubernetes cluster get-credentials — Create or update kubeconfig for the specified Kubernetes cluster.
- yc managed-kubernetes cluster list — List Kubernetes clusters available in a folder.
- yc managed-kubernetes cluster list-access-bindings — List access bindings for the specified Kubernetes cluster.
- yc managed-kubernetes cluster list-node-groups — List Kubernetes cluster node groups.
- yc managed-kubernetes cluster list-nodes — List nodes in all node groups of the specified Kubernetes cluster.
- yc managed-kubernetes cluster list-operations — List operations for the specified Kubernetes cluster.
- yc managed-kubernetes cluster remove-access-binding — Remove access binding for the specified Kubernetes cluster.
- yc managed-kubernetes cluster remove-labels — Remove labels from the specified Kubernetes cluster.
- yc managed-kubernetes cluster reschedule-maintenance — Reschedule mandatory maintenance for the specified Kubernetes cluster.
- yc managed-kubernetes cluster set-access-bindings — Set access bindings for the specified Kubernetes cluster and delete all existing access bindings if there were any
- yc managed-kubernetes cluster start — Start a Kubernetes cluster and all its node groups.
- yc managed-kubernetes cluster stop — Stop a Kubernetes cluster and all its node groups.
- yc managed-kubernetes cluster update — Modify configuration or attributes of a Kubernetes cluster.
 
- yc managed-kubernetes marketplace — Manage Marketplace products.
- yc managed-kubernetes node-group — Manage node groups.
- yc managed-kubernetes node-group add-labels — Add labels to the specified node group.
- yc managed-kubernetes node-group add-metadata — Add or update metadata of the node template of the specified node group.
- yc managed-kubernetes node-group add-node-labels — Add NODE labels to the specified node group.
- yc managed-kubernetes node-group create — Create a node group.
- yc managed-kubernetes node-group delete — Delete a node group.
- yc managed-kubernetes node-group get — Get information about a node group.
- yc managed-kubernetes node-group list — List node groups available in a folder.
- yc managed-kubernetes node-group list-nodes — List nodes for the specified node group.
- yc managed-kubernetes node-group list-operations — List operations for the specified node group.
- yc managed-kubernetes node-group remove-labels — Remove labels from the specified node group.
- yc managed-kubernetes node-group remove-metadata — Remove keys from metadata of the node template of the specified node group.
- yc managed-kubernetes node-group remove-node-labels — Remove NODE labels from the specified node group.
- yc managed-kubernetes node-group update — Modify configuration or attributes of a node group.
 
- yc managed-kubernetes resource-preset — Manage Kubernetes master resource presets.
- yc managed-kubernetes resource-preset get — Show information about the specified master resource preset.
- yc managed-kubernetes resource-preset list — List available master resource presets.
 
Global Flags
| Flag | Description | 
|---|---|
| --profile | stringSet the custom configuration file. | 
| --debug | Debug logging. | 
| --debug-grpc | Debug gRPC logging. Very verbose, used for debugging connection problems. | 
| --no-user-output | Disable printing user intended output to stderr. | 
| --retry | intEnable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. | 
| --cloud-id | stringSet the ID of the cloud to use. | 
| --folder-id | stringSet the ID of the folder to use. | 
| --folder-name | stringSet the name of the folder to use (will be resolved to id). | 
| --endpoint | stringSet the Cloud API endpoint (host:port). | 
| --token | stringSet the OAuth token to use. | 
| --impersonate-service-account-id | stringSet the ID of the service account to impersonate. | 
| --no-browser | Disable opening browser for authentication. | 
| --format | stringSet the output format: text (default), yaml, json, json-rest. | 
| --jq | stringQuery to select values from the response using jq syntax | 
| -h,--help | Display help for the command. |