mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container hub mesh update
|
||||
([(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
|
||||
(--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
|
||||
| [(--control-plane=CONTROL_PLANE
|
||||
--management=MANAGEMENT --origin=ORIGIN)
|
||||
: [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -22,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 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
|
||||
|
|
@ -36,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.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue