Rancher pipeline limitation

Hello there,

I’m facing this error when I try to run a pipeline inside rancher. There is any way to increase this limitation?

Pushconfig Error

414 Request-URI Too Large

414 Request-URI Too Large


openresty/1.15.8.1

Thanks

1 Like

I have a similar problem. There runs a Tomcat container and many long URIs.
I tried to change the values with the configMap →

apiVersion: v1
kind: ConfigMap
metadata:
  name: ingress-nginx-controller
  namespace: ingress-nginx
data:
  client-max-body-size: '0'
  large_client_header_buffers: '0'
  proxy-body-size: '0'

The logs from DaemonSet “nginx-ingress-controller” says there are changes but the HTTP Error 414 Request-URI Too Large is still the same. Did anyone has an idea how to solve this?

Rancher pipeline was deprecated and is not supported anymore. Gitlab pipeline is a way to go if you’re looking for something on prem. On cloud the market has a plethora of options.