Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Allow customisation of the nginx proxy_buffer_size directive via ConfigMap #1743

Merged
merged 1 commit into from
Sep 15, 2016
Merged

Allow customisation of the nginx proxy_buffer_size directive via ConfigMap #1743

merged 1 commit into from
Sep 15, 2016

Conversation

vyshane
Copy link
Contributor

@vyshane vyshane commented Sep 15, 2016

I'm opening a new PR with the same changes as #1693 because I pushed the latter with an email address that can't be used to sign the CLA. Description from the previous PR:

When using nginx as a proxy we can run into the following error:

upstream sent too big header while reading response header from upstream

In order to fix this, we need to be able to configure the proxy_buffer_size nginx directive to increase its value. This PR updates the nginx-ingress-controller to allow that.


This change is Reviewable

@vyshane
Copy link
Contributor Author

vyshane commented Sep 15, 2016

@aledbf, this PR replaces #1693.

@bprashanth
Copy link

probably won't get time to look at this before monday because of the 1.4 release, hopefully by then though. Manuel might have time to review.

@aledbf
Copy link
Contributor

aledbf commented Sep 15, 2016

LGTM

@bprashanth
Copy link

good enough :)

@bprashanth bprashanth added the lgtm Indicates that a PR is ready to be merged. label Sep 15, 2016
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 3cfb5e1 into kubernetes-retired:master Sep 15, 2016
aledbf pushed a commit to aledbf/contrib that referenced this pull request Nov 10, 2016
…-controller-proxy-buffer-size-2

Automatic merge from submit-queue

Allow customisation of the nginx proxy_buffer_size directive via ConfigMap

I'm opening a new PR with the same changes as kubernetes-retired#1693 because I pushed the latter with an email address that can't be used to sign the CLA. Description from the previous PR:

When using nginx as a proxy we can run into the following error:

```
upstream sent too big header while reading response header from upstream
```

In order to fix this, we need to be able to configure the proxy_buffer_size nginx directive to increase its value. This PR updates the nginx-ingress-controller to allow that.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants