alibaba / kt-connect

A toolkit for Integrating with your kubernetes dev environment more efficiently
https://alibaba.github.io/kt-connect/#/
GNU General Public License v3.0
1.48k stars 230 forks source link

前端post时出现413问题 #452

Open ttkkasd opened 6 months ago

ttkkasd commented 6 months ago

Describe the bug 前端post时出现413问题:(ingress 已设置过nginx.ingress.kubernetes.io/proxy-body-size: "0") 在没有使用ktctl mesh命令时,前端提交大于1M的数据,成功。 一旦使用ktctl mesh命令连节成功后,前端提交大于1M的数据,会出现413的错误。

这时候关掉mesh,重新提交还是413,需要删除svc,并重启这个svc,提交大于1M的数据时才会成功。

请问有人遇到过吗。 Log please add -d to debug log

Environment (please complete the following information):

Additional context Add any other context about the problem here.

982186883 commented 5 months ago

有没有解决这个问题?我也遇到了

ttkkasd commented 5 months ago

没有,用mesh命令会出现这个问题,但是用exchange命令就不会。