mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub mesh update
|
||||
([(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
|
||||
: --membership=MEMBERSHIP
|
||||
(--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
|
||||
| [(--control-plane=CONTROL_PLANE
|
||||
--management=MANAGEMENT --origin=ORIGIN) : --membership=MEMBERSHIP
|
||||
| [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -23,6 +24,15 @@ EXAMPLES
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
|
||||
The path to a service-mesh.yaml configuration file.
|
||||
|
||||
To enable the Service Mesh Feature with a fleet-level default
|
||||
membership configuration, run:
|
||||
|
||||
$ gcloud alpha container hub mesh update \
|
||||
--fleet-default-member-config=/path/to/service-mesh.yaml
|
||||
|
||||
At least one of these must be specified:
|
||||
|
||||
--control-plane=CONTROL_PLANE
|
||||
|
|
@ -37,6 +47,10 @@ REQUIRED FLAGS
|
|||
The management mode to update to. MANAGEMENT must be one of:
|
||||
automatic, manual.
|
||||
|
||||
--origin=ORIGIN
|
||||
Changing the origin of the membership. ORIGIN must be (only one
|
||||
value is supported): fleet.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--membership=MEMBERSHIP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue