- NAME
-
- gcloud beta run multi-region-services - manage your Cloud Run multi-region services
- SYNOPSIS
-
-
gcloud beta run multi-region-services
COMMAND
[--region
=REGION
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(BETA)
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 beta 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
-
is one of the following:COMMAND
delete
-
(BETA)
Deletes a multi-region service. describe
-
(BETA)
Command to describe a multi-region service. list
-
(BETA)
List available multi-region services. replace
-
(BETA)
Create or Update multi-region service from YAML. update
-
(BETA)
Update environment variables, add/remove regions, and other configuration settings in Multi-Region Services.
- NOTES
-
This command is currently in beta and might change without notice. This variant
is also available:
gcloud alpha run multi-region-services
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-22 UTC.