Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cloud Run Manage Traffic Hanging

hello,

we are observing an issue with assigning traffic on GCP Cloud Run europe-west4.

It always ends with an error saying assigning traffic to a newly deployed instance is impossible. In addition, it is not possible to split traffic between previously well-working instances.

Thank you
Michal

 

 

0 2 223
2 REPLIES 2

Hi @ihateids,

Welcome to Google Cloud Community!

I've managed to deploy a sample Cloud Run service using europe-west4 as the region. I also managed to split traffic within the service. Please refer to the screenshot below:

5QDgyVdqQ8pLmda.png

You may want to check if the container image URL is correct or your source repository is up. You may refer to this Cloud Run quickstart for reference. You may also check the following documentations for additional references:

If the aforementioned steps didn't work, you may submit a bug through this link or reach out to Google Cloud support for additional assistance. Filing a bug doesn't have a specific ETA but you can keep track of its progress once the ticket has been created.

Hope this helps.

I resolved it by recreating endpoint from scratch. It was not possible to split the traffic at original endpoint. After recreating the endpoint, all works as expected.

 

Thank you