刚刚在 GKE(版本 1.13.6-gke.6)服务上部署了一个云运行,如下所示:https ://cloud.google.com/run/docs/deploying
代码类似于https://cloud.google.com/appengine/docs/flexible/python/using-websockets-and-session-affinity 并且它在我的本地工作
但我的请求(通过 curl 和 javascript)返回 503 错误:
< HTTP/1.1 503 Service Unavailable
HTTP/1.1 503 Service Unavailable
< content-length: 85
content-length: 85
< content-type: text/plain
content-type: text/plain
< date: Fri, 14 Jun 2019 05:07:37 GMT
date: Fri, 14 Jun 2019 05:07:37 GMT
< server: istio-envoy
server: istio-envoy
< connection: close
connection: close
知道我错过了什么吗?