mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud alpha container hub mesh disable - disable Service Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub mesh disable [--force] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container hub mesh disable [--fleet-default-member-config]
|
||||
[--force] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Disable the Service Mesh Feature in a fleet.
|
||||
|
|
@ -18,6 +19,16 @@ EXAMPLES
|
|||
--fleet-default-member-config
|
||||
|
||||
FLAGS
|
||||
--fleet-default-member-config
|
||||
If specified, deletes the default membership configuration present in
|
||||
your fleet.
|
||||
|
||||
To delete the fleet-level default Membership configuration present in
|
||||
your fleet, run:
|
||||
|
||||
$ gcloud alpha container hub mesh disable \
|
||||
--fleet-default-member-config
|
||||
|
||||
--force
|
||||
Disable this feature, even if it is currently in use. Force disablement
|
||||
may result in unexpected behavior.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ NAME
|
|||
gcloud alpha container hub mesh enable - enable Service Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub mesh enable [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container hub mesh enable
|
||||
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Enable the Service Mesh Feature in a fleet.
|
||||
|
|
@ -18,6 +20,16 @@ EXAMPLES
|
|||
$ gcloud alpha container hub mesh enable \
|
||||
--fleet-default-member-config=/path/to/service-mesh.yaml
|
||||
|
||||
FLAGS
|
||||
--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 enable \
|
||||
--fleet-default-member-config=/path/to/service-mesh.yaml
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -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