admin管理员组文章数量:1355255
My Google Cloud Run assigned URL unexpectedly changed from:
https://xxxxx-yyyyy-dt.a.run.app
to:
https://xxxxx-yyyyy-an.a.run.app
This happened without any deployments or updates on my part. Is this the expected behavior, or could it be a bug?
My Google Cloud Run assigned URL unexpectedly changed from:
https://xxxxx-yyyyy-dt.a.run.app
to:
https://xxxxx-yyyyy-an.a.run.app
This happened without any deployments or updates on my part. Is this the expected behavior, or could it be a bug?
Share Improve this question asked Mar 28 at 12:05 H.HH.H 3663 silver badges11 bronze badges 2- Have you checked the logs? What do the logs show? Are you getting any error messages? Also check whether both the links are working or not? – Sandeep Vokkareni Commented Mar 28 at 13:58
- Do you have services with the same name deployed in multiple regions? Are you sure you're checking the right region? – Ben K Commented Mar 31 at 2:43
1 Answer
Reset to default 0The relevant docs are here.
The URL you are talking about here is the non-deterministic URL, for which the docs say: After you deploy the service, however, the URL remains stable.
Hence it should not change without action from your side. So if it did in fact change, then that would be a bug.
Fwiw I personally never use the non-deterministic urls, and just use the much more readable deterministic urls, which can't really change at all.
本文标签: Google Cloud Run assigned URL unexpectedly changedStack Overflow
版权声明:本文标题:Google Cloud Run assigned URL unexpectedly changed - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744038277a2580185.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论