解决方法 在 pod Ingress YAML 中加入 nginx.org/client-max-body-size: "20m"
即可解决 此方法只在kuboard中亲测过。
kind: Ingress
metadata:
annotations:
nginx.org/client-max-body-size: "4096m" ##设置最大上传4096M
Kubernetes nginx-ingress 上传文件大小限制问题
阅读 90
2022-03-24
解决方法 在 pod Ingress YAML 中加入 nginx.org/client-max-body-size: "20m"
即可解决 此方法只在kuboard中亲测过。
kind: Ingress
metadata:
annotations:
nginx.org/client-max-body-size: "4096m" ##设置最大上传4096M
相关推荐
精彩评论(0)