mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
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
|
|
|