yc managed-kubernetes
Written by
Updated at October 8, 2024
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 get-credentials — Create or update kubeconfig for the specified Kubernetes cluster.
- yc managed-kubernetes cluster get — Get information about a Kubernetes cluster.
- yc managed-kubernetes cluster list — List Kubernetes clusters available in a folder.
- yc managed-kubernetes cluster create — Create a Kubernetes cluster.
- yc managed-kubernetes cluster update — Modify configuration or attributes of a Kubernetes cluster.
- yc managed-kubernetes cluster add-labels — Add labels to the specified Kubernetes cluster.
- yc managed-kubernetes cluster remove-labels — Remove labels from the specified Kubernetes cluster.
- yc managed-kubernetes cluster delete — Delete a Kubernetes cluster.
- yc managed-kubernetes cluster stop — Stop a Kubernetes cluster and all its node groups.
- yc managed-kubernetes cluster start — Start a Kubernetes cluster and all its node groups.
- yc managed-kubernetes cluster list-node-groups — List Kubernetes cluster node groups.
- yc managed-kubernetes cluster list-operations — List operations for the specified Kubernetes cluster.
- yc managed-kubernetes cluster list-nodes — List nodes in all node groups of the specified Kubernetes cluster.
- yc managed-kubernetes node-group — Manage node groups.
- 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 create — Create a node group.
- yc managed-kubernetes node-group update — Modify configuration or attributes of a 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 remove-metadata — Remove keys from metadata of the node template of the specified node group.
- yc managed-kubernetes node-group add-labels — Add labels to the specified node group.
- yc managed-kubernetes node-group remove-labels — Remove labels from 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 remove-node-labels — Remove NODE labels from the specified node group.
- yc managed-kubernetes node-group delete — Delete a node group.
- yc managed-kubernetes node-group list-operations — List operations for the specified node group.
- yc managed-kubernetes node-group list-nodes — List nodes for the specified node group.
- yc managed-kubernetes marketplace — Manage Marketplace products.
Global Flags
Flag | Description |
---|---|
--profile |
string Set 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 |
int Enable 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 |
string Set the ID of the cloud to use. |
--folder-id |
string Set the ID of the folder to use. |
--folder-name |
string Set the name of the folder to use (will be resolved to id). |
--endpoint |
string Set the Cloud API endpoint (host:port). |
--token |
string Set the OAuth token to use. |
--impersonate-service-account-id |
string Set the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
string Set the output format: text (default), yaml, json, json-rest. |
--jq |
string Query to select values from the response using jq syntax |
-h ,--help |
Display help for the command. |