NAME gcloud container fleet mesh update - update the configuration of the Service Mesh Feature SYNOPSIS gcloud container fleet 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 fleet 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 fleet mesh update