-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding more proxy options and header to nginx load-balancer. #43625
Adding more proxy options and header to nginx load-balancer. #43625
Conversation
@nikhiljindal now that 1.6 has been released code freeze should be over. Can you have a look at this pull requests and let me know what you think? Thanks! |
I have this issue . |
Hi, I applied the same changes on the apilb.conf file as they appear on this pull request and it seems that it fix the issue juju-solutions/bundle-canonical-kubernetes#226 indeed. Thanks a lot @mbruzek ! |
Reassigning since I have no idea about this code :) |
@castrojo I've given this a look and its +1 LGTM. We've verified this passes the sniff test for kubectl exec, logs, and other HTTP2-enabled commands. |
/approve |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: castrojo, chuckbutler, mbruzek
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
What this PR does / why we need it: The kubeapi-load-balancer uses nginx to proxy commands to the kube-apiserver. It currently does not support SPDY and therefore the
kubectl exec
command is broken.Which issue this PR fixes :
fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/226
fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/201
Special notes for your reviewer: This only changes the nginx configuration no code change was required.
Release note: