1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -18,7 +18,7 @@ EXAMPLES
then run:
$ gcloud beta container hub config-management apply \
--membership=CLUSTER_NAME --config=APPLY-SPEC.YAML \
--membership=MEMBERSHIP_NAME --config=APPLY-SPEC.YAML \
--version=VERSION
REQUIRED FLAGS

View file

@ -12,10 +12,10 @@ DESCRIPTION
unmanaged.
EXAMPLES
To remove the Config Management Feature spec for a Membership, run:
To remove the Config Management Feature spec for a membership, run:
$ gcloud beta container hub config-management unmanage \
--membership=CLUSTER_NAME
--membership=MEMBERSHIP_NAME
FLAGS
--membership=MEMBERSHIP

View file

@ -11,10 +11,10 @@ DESCRIPTION
Config Management Feature.
EXAMPLES
To upgrade a membership named CLUSTER_NAME, run:
To upgrade a membership named MEMBERSHIP_NAME, run:
$ gcloud beta container hub config-management upgrade \
--membership=CLUSTER_NAME --version=VERSION
--membership=MEMBERSHIP_NAME --version=VERSION
REQUIRED FLAGS
--version=VERSION

View file

@ -62,7 +62,7 @@ GROUPS
memberships
(BETA) Manage memberships of all your GKE and other Kubernetes cluster
with Fleet.
with fleets.
mesh
(BETA) Manage Service Mesh Feature.

View file

@ -18,7 +18,7 @@ EXAMPLES
To apply an Identity Service configuration for a membership, run:
$ gcloud beta container hub identity-service apply \
--membership=CLUSTER_NAME \
--membership=MEMBERSHIP_NAME \
--config=/path/to/identity-service.yaml
REQUIRED FLAGS

View file

@ -13,7 +13,7 @@ EXAMPLES
To delete an Identity Service configuration for a membership, run:
$ gcloud beta container hub identity-service delete \
--membership=CLUSTER_NAME
--membership=MEMBERSHIP_NAME
FLAGS
--membership=MEMBERSHIP

View file

@ -6,7 +6,7 @@ SYNOPSIS
(MEMBERSHIP : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command deletes the Fleet membership resource corresponding to
(BETA) This command deletes the Fleet Membership resource corresponding to
the cluster.
This command is intended to delete stale Fleet Membership resources as
@ -22,7 +22,7 @@ EXAMPLES
$ gcloud beta container hub memberships list
Delete a membership from Fleet:
Delete a membership from the active project's fleet:
$ gcloud beta container hub memberships delete MEMBERSHIP_NAME

View file

@ -1,6 +1,6 @@
NAME
gcloud beta container hub memberships get-credentials - fetch credentials
for a Fleet-registered cluster to be used in Connect Gateway
for a fleet-registered cluster to be used in Connect Gateway
SYNOPSIS
gcloud beta container hub memberships get-credentials MEMBERSHIP
@ -9,7 +9,7 @@ SYNOPSIS
DESCRIPTION
(BETA) gcloud beta container hub memberships get-credentials updates the
kubeconfig file with the appropriate credentials and endpoint information
to send kubectl commands to a Fleet-registered and connected cluster
to send kubectl commands to a fleet-registered and connected cluster
through Connect Gateway Service.
It takes a project, passed through by set defaults or flags. By default,

View file

@ -1,13 +1,13 @@
NAME
gcloud beta container hub memberships - manage memberships of all your GKE
and other Kubernetes cluster with Fleet
and other Kubernetes cluster with fleets
SYNOPSIS
gcloud beta container hub memberships COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage memberships of all your GKE and other Kubernetes cluster with
Fleet.
fleets.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -27,14 +27,14 @@ COMMANDS
(BETA) Generate RBAC policy files for connected clusters by the user.
get-credentials
(BETA) Fetch credentials for a Fleet-registered cluster to be used in
(BETA) Fetch credentials for a fleet-registered cluster to be used in
Connect Gateway.
list
(BETA) List memberships.
register
(BETA) Register a cluster with Fleet.
(BETA) Register a cluster with a fleet.
unregister
(BETA) Unregister a cluster from Fleet.

View file

@ -7,10 +7,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List memberships in Fleet.
(BETA) List memberships in a fleet.
EXAMPLES
List memberships in Fleet:
List memberships in the active project's fleet:
$ gcloud beta container hub memberships list

View file

@ -1,9 +1,9 @@
NAME
gcloud beta container hub memberships register - register a cluster with
Fleet
gcloud beta container hub memberships register - register a cluster with a
fleet
SYNOPSIS
gcloud beta container hub memberships register CLUSTER_NAME
gcloud beta container hub memberships register MEMBERSHIP_NAME
(--gke-cluster=LOCATION/CLUSTER_NAME | --gke-uri=GKE_URI
| [--context=CONTEXT : --kubeconfig=KUBECONFIG])
(--service-account-key-file=SERVICE_ACCOUNT_KEY_FILE
@ -13,15 +13,15 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command registers a cluster with the Fleet by:
(BETA) This command registers a cluster with the fleet by:
1. Creating a Fleet Membership resource corresponding to the cluster.
2. Adding in-cluster Kubernetes Resources that make the cluster exclusive
to one Fleet.
to one fleet.
3. Installing the Connect Agent into this cluster.
A successful registration implies that the cluster is now exclusive to a
single Fleet.
single fleet.
For more information about Connect Agent, go to:
https://cloud.google.com/anthos/multicluster-management/connect/overview/
@ -40,9 +40,9 @@ DESCRIPTION
If the cluster is already registered to another Fleet, the registration is
not successful.
Rerunning this command against the same cluster with the same CLUSTER_NAME
and target GKEFleet is successful and upgrades the Connect Agent if a new
agent is available.
Rerunning this command against the same cluster with the same
MEMBERSHIP_NAME and target GKEFleet is successful and upgrades the Connect
Agent if a new agent is available.
EXAMPLES
Register a non-GKE or GKE On-Prem cluster referenced from a specific
@ -117,9 +117,9 @@ EXAMPLES
--service-account-key-file=/tmp/keyfile.json
POSITIONAL ARGUMENTS
CLUSTER_NAME
MEMBERSHIP_NAME
The membership name that you choose to uniquely represents the cluster
being registered on the Fleet.
being registered on the fleet.
REQUIRED FLAGS
Cluster identifier.
@ -171,7 +171,7 @@ REQUIRED FLAGS
Workload Identity
--enable-workload-identity
Enable Workload Identity when registering the cluster with Fleet.
Enable Workload Identity when registering the cluster with a fleet.
Ensure that GKE Workload Identity is enabled on your GKE cluster,
it is a requirement for using Workload Identity with memberships.
Refer to the Registering a cluster using Workload Identity section

View file

@ -3,18 +3,18 @@ NAME
from Fleet
SYNOPSIS
gcloud beta container hub memberships unregister CLUSTER_NAME
gcloud beta container hub memberships unregister MEMBERSHIP_NAME
(--gke-cluster=LOCATION/CLUSTER_NAME | --gke-uri=GKE_URI
| [--context=CONTEXT : --kubeconfig=KUBECONFIG])
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This command unregisters a cluster with the Fleet by:
(BETA) This command unregisters a cluster with the fleet by:
1. Deleting the Fleet Membership resource for this cluster (a.k.a
`gcloud beta container hub memberships delete`).
2. Removing the corresponding in-cluster Kubernetes Resources that make the
cluster exclusive to one Fleet (a.k.a `kubectl delete memberships
cluster exclusive to one fleet (a.k.a `kubectl delete memberships
membership`).
3. Uninstalling the Connect Agent from this cluster (a.k.a
`kubectl delete on the gke-connect namespace`).
@ -58,7 +58,7 @@ EXAMPLES
--gke-cluster=my-cluster-region-or-zone/my-cluster
POSITIONAL ARGUMENTS
CLUSTER_NAME
MEMBERSHIP_NAME
The membership name that corresponds to the cluster being unregistered.
To get list of all the memberships on the Fleet, consider using the
command: gcloud beta container hub memberships list.