mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 4 09:15:29 UTC 2022
This commit is contained in:
parent
532fac5ddb
commit
5e0446371a
160 changed files with 5232 additions and 171 deletions
|
|
@ -24,6 +24,9 @@ COMMANDS
|
|||
enable
|
||||
Enable Service Mesh Feature.
|
||||
|
||||
update
|
||||
Update the configuration of the Service Mesh Feature.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
42
gcloud/container/hub/mesh/update
Normal file
42
gcloud/container/hub/mesh/update
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
NAME
|
||||
gcloud container hub mesh update - update the configuration of the Service
|
||||
Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container hub mesh update --control-plane=CONTROL_PLANE
|
||||
[--memberships=MEMBERSHIPS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update the Service Mesh Feature Spec of a Membership.
|
||||
|
||||
EXAMPLES
|
||||
To update the control plane management of comma separated Memberships like
|
||||
membership1,membership2, run:
|
||||
|
||||
$ gcloud container hub mesh update \
|
||||
--memberships=membership1,membership2 \
|
||||
--control-plane=CONTROL_PLANE
|
||||
|
||||
REQUIRED FLAGS
|
||||
--control-plane=CONTROL_PLANE
|
||||
Control plane management to update to. CONTROL_PLANE must be one of:
|
||||
automatic, manual.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--memberships=MEMBERSHIPS
|
||||
Membership names to update, separated by commas if multiple are
|
||||
supplied.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha container hub mesh update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue