-
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
Bump GLBC version to 0.9.3 #45055
Bump GLBC version to 0.9.3 #45055
Conversation
/assign @zmerlynn |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikedanese, nicksardo
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@@ -43,7 +43,7 @@ spec: | |||
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428 | |||
- sh | |||
- -c | |||
- '/glbc --verbose=true --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1' | |||
- '/glbc --verbose=true --apiserver-host=http://localhost:8080 --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because we no longer default to localhost except with kubectl, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, previously was using deprecated clientcmd.ClusterDefaults
https://github.com/kubernetes/client-go/blob/670b68600ead2fdd5c835a9ff7239dda903640a6/tools/clientcmd/client_config.go#L49
This flag is identical to the one used for nginx ingress controller.
Automatic merge from submit-queue |
@mikedanese I'd like to cherrypick this to 1.6/1.5/1.4. Can you apply the |
What this PR does / why we need it:
Bumps version of GLBC shipped with K8s
https://github.com/kubernetes/ingress/releases/tag/0.9.3
The two noted bugs are common occurrences for GKE users
Release note: