mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -5,18 +5,19 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container fleet mesh update
|
||||
(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
|
||||
[--membership=MEMBERSHIP | --memberships=MEMBERSHIPS]
|
||||
[--membership=MEMBERSHIP
|
||||
| [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update the Service Mesh Feature Spec of a Membership.
|
||||
(ALPHA) Update the Service Mesh Feature Spec of a membership.
|
||||
|
||||
EXAMPLES
|
||||
To update the control plane management of comma separated Memberships like
|
||||
membership1,membership2, run:
|
||||
To update the control plane management of comma separated memberships like
|
||||
MEMBERSHIP1,MEMBERSHIP2, run:
|
||||
|
||||
$ gcloud alpha container fleet mesh update \
|
||||
--memberships=membership1,membership2 \
|
||||
--memberships=MEMBERSHIP1,MEMBERSHIP2 \
|
||||
--control-plane=CONTROL_PLANE
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -39,9 +40,30 @@ OPTIONAL FLAGS
|
|||
The --membership flag is now deprecated. Please use --memberships
|
||||
instead.
|
||||
|
||||
--memberships=MEMBERSHIPS
|
||||
Membership names to update, separated by commas if multiple are
|
||||
supplied.
|
||||
Membership resource - The group of arguments defining one or more
|
||||
memberships. The arguments in this group can be used to specify the
|
||||
attributes of this resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways. To set the project
|
||||
attribute:
|
||||
▸ provide the argument --memberships on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
--memberships=[MEMBERSHIPS,...]
|
||||
IDs of the memberships or fully qualified identifiers for the
|
||||
memberships. To set the memberships attribute:
|
||||
▫ provide the argument --memberships on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location for the memberships. To set the location attribute:
|
||||
▫ provide the argument --memberships on the command line with a
|
||||
fully specified name;
|
||||
▫ provide the argument --location on the command line;
|
||||
▫ set the property gkehub/location.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue