mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
46 lines
965 B
Text
46 lines
965 B
Text
NAME
|
|
gcloud container attached clusters - create and manage Attached clusters
|
|
|
|
SYNOPSIS
|
|
gcloud container attached clusters COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Create and manage Attached clusters.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete a registered AttachedCluster resource.
|
|
|
|
describe
|
|
Describe an Attached cluster.
|
|
|
|
generate-install-manifest
|
|
Generate Install Manifest for an Attached cluster.
|
|
|
|
get-credentials
|
|
Get credentials of an Attached cluster.
|
|
|
|
import
|
|
Import fleet membership for an Attached cluster.
|
|
|
|
list
|
|
List Attached clusters.
|
|
|
|
register
|
|
Register an Attached cluster.
|
|
|
|
update
|
|
Update an Attached cluster.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha container attached clusters
|
|
|