在GKE上运行Cloud上的Websocket请求错误

时间:2019-06-14 05:42:06

标签: google-cloud-run

只需在以下位置部署在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

知道我错过了什么吗?

0 个答案:

没有答案