Deploying... Cloud Run error: Container failed to start. Failed to start and then listen on the port defined by the PORT environment variable. Logs for thisrevision might contain more information.
The above terms reflect a potential business arrangement, are provided solely as a basis for further discussion, and are not intended to be and do not constitute a legally binding obligation. No legally binding obligations will be created, implied, or inferred until an agreement in final form is executed in writing by all parties involved.This email may be confidential or privileged. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let us know that it has gone to the wrong person.Cloudreach Europe Limited is registered in England and Wales with the registered office at Saffron House, 6-10 Kirby Street, London, EC1N 8TS and registration number 06975407.--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/d23d36dc-1f67-4101-a579-a82c131d453e%40googlegroups.com.
It seems that your Endpoint service: crl-dev-manual-cloudrun-stkdsnh63a-uc.a.run.app is deployed at project A, but you run the ESP cloud run in project B. Project B doesn't have credentials to get the service config from project A.When you use "gcloud endpoints service deploy openapi.yaml --project A" Your deploy.yaml has host: crl-dev-manual-cloudrun-stkdsnh63a-uc.a.run.appThat endpoint service was owned by project A. You can use"gcloud endpoints services list --project A" to verify it.When you usegcloud beta run deploy CLOUD_RUN_SERVICE_NAME \
--image="gcr.io/endpoints-release/endpoints-runtime-serverless.... --project B"This is the project ESP is run on in Cloud Run. It seems you are using different project. This project could not use the service owned by project AThis two project has to be matched.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/d23d36dc-1f67-4101-a579-a82c131d453e%40googlegroups.com.
The above terms reflect a potential business arrangement, are provided solely as a basis for further discussion, and are not intended to be and do not constitute a legally binding obligation. No legally binding obligations will be created, implied, or inferred until an agreement in final form is executed in writing by all parties involved.This email may be confidential or privileged. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let us know that it has gone to the wrong person.Cloudreach Europe Limited is registered in England and Wales with the registered office at Saffron House, 6-10 Kirby Street, London, EC1N 8TS and registration number 06975407.--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/efb3419d-7202-4cd0-b647-dc548e59c98a%40googlegroups.com.