Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud run region warning #192

Open
ghost opened this issue May 13, 2022 · 1 comment
Open

Cloud run region warning #192

ghost opened this issue May 13, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented May 13, 2022

I get the following warning after an otherwise successful build of the demo R shiny app. I'm hoping it's just a case of a stale check given the significantly greater regions available on the Google Cloud Run service these days. That minor bug aside thanks for an amazing package with great documentation.

`==CloudRunService==
name: shiny-cloudrun
location: australia-southeast2
lastModifier: 612593503702@cloudbuild.gserviceaccount.com
containers: gcr.io/clound-run-demo/shiny-cloudrun:357a191b-7f02-49fd-877f-d81675b565a9
creationTimestamp: 2022-05-13T04:26:07.842188Z
observedGeneration: 1
Warning message:
In make_endpoint(sprintf("namespaces/%s/services/%s", projectId, :
Endpoint is not one of us-central1 asia-northeast1 europe-west1 us-east1 got: australia-southeast2

cr_regions
[1] "asia-east1" "asia-east2" "asia-northeast1" "asia-northeast2" "asia-northeast3"
[6] "asia-south1" "asia-south2" "asia-southeast1" "asia-southeast2" "australia-southeast1"
[11] "australia-southeast2" "europe-central2" "europe-north1" "europe-west1" "europe-west2"
[16] "europe-west3" "europe-west4" "europe-west6" "northamerica-northeast1" "northamerica-northeast2"
[21] "southamerica-east1" "us-central1" "us-east1" "us-east4" "us-west1"
[26] "us-west2" "us-west3" "us-west4" `

@MarkEdmondson1234
Copy link
Owner

Yep you are right, the region list just needs updating. Thanks for flagging it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant