-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
Cloud Run supports multiple regions, so this action should as well. :)
Detailed design
Currently, the code always applies the --region flag to the gcloud command.
I think there are two cases:
- When we use
gcloud run deploy, if there are multiple regions, the--regionsflag should be used instead of--region. - When we use
gcloud run replace(with a metadata file), we should trust the metadata file to define the regions and drop--region, since the replace command does not support the--regionsflag.
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request