这里写目录标题

报错信息

报 504网关超时错误

解决要点

增加参数 。单位默认为 秒
nginx.ingress.kubernetes.io/proxy-connect-timeout: ‘300’
nginx.ingress.kubernetes.io/proxy-read-timeout: ‘300’
nginx.ingress.kubernetes.io/proxy-send-timeout: ‘300’

具体操作

报错项目下>应用负载>应用路由,
点进去页面后 更多操作 或者点后边更多操作列(三个竖点列),
编辑YAML>在annotations节点下增加
nginx.ingress.kubernetes.io/proxy-connect-timeout: ‘300’
nginx.ingress.kubernetes.io/proxy-read-timeout: ‘300’
nginx.ingress.kubernetes.io/proxy-send-timeout: ‘300’

在这里插入图片描述

报413Request Entity Too Large 错误解决参考上篇文章 修改kubernetes中Ingress配置解决报413 Request Entity Too Large问题述

以上配置参考 https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#custom-timeouts

Logo

开源、云原生的融合云平台

更多推荐