我将traefik版本1.7.7
用作kubernetes集群版本1.11.5
中的入口控制器。
每次我对后端之一的部署进行滚动升级时,将Traefik设置为调试模式时,Traefik都会产生502错误(主要是一个错误),并显示以下错误。
{"level":"debug","msg":"'502 Bad Gateway' caused by: read tcp 172.21.51.209:56624-\u003e172.21.63.132:3000: read: connection reset by peer","time":"2019-01-17T14:32:37Z"}
{"level":"debug","msg":"vulcand/oxy/forward/http: Round trip: http://172.21.63.132:3000, code: 502, Length: 11, duration: 623.180762ms","time":"2019-01-17T14:32:37Z"}
我能做些什么来避免那些502吗?