1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 19:31:55 +00:00
gcloud-help/gcloud/alpha/run/multi-region-services/help
2024-10-23 10:01:22 +00:00

58 lines
1.7 KiB
Text

NAME
gcloud alpha run multi-region-services - manage your Cloud Run multi-region
services
SYNOPSIS
gcloud alpha run multi-region-services COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The gcloud run multi-region-services command group lets you deploy
container images to Google Cloud Run across multiple regions at once.
EXAMPLES
To deploy your container, use the gcloud run multi-region-services deploy
command:
$ gcloud alpha run multi-region-services deploy <service-name> \
--image <image_name> --regions [region-list] For more \
information, run:
$ gcloud run deploy --help
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
delete
(ALPHA) Deletes a multi-region service.
describe
(ALPHA) Command to describe a multi-region service.
list
(ALPHA) List available multi-region services.
replace
(ALPHA) Create or Update multi-region service from YAML.
update
(ALPHA) Update environment variables, add/remove regions, and other
configuration settings in Multi-Region Services.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta run multi-region-services