mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +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,9 @@ NAME
|
|||
gcloud container hub mesh enable - enable Service Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container hub mesh enable [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud container hub mesh enable
|
||||
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Enable the Service Mesh Feature in a fleet.
|
||||
|
|
@ -18,6 +20,16 @@ EXAMPLES
|
|||
$ gcloud 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 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue