-
Notifications
You must be signed in to change notification settings - Fork 187
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
Switch to klog v2 [kubernetes-sigs/apiserver-network-proxy] #100
Conversation
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.
Thanks! Tested this with both GRPC and http-connect there are no problems.
@tanjunchen: k/k has this repository vendored, I'm assuming the upgrades in k/k all need to be done in one PR?
/lgtm
/hold
go.mod
Outdated
google.golang.org/grpc v1.26.0 | ||
k8s.io/api v0.17.1 | ||
k8s.io/apimachinery v0.17.1 | ||
k8s.io/client-go v0.17.1 | ||
k8s.io/klog v1.0.0 | ||
k8s.io/klog/v2 v2.0.0-rc.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.
Please change to v2.0.0
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.
sure
/assign @cheftako @andrewsykim |
@Jefftree yes the plan is to update all the deps (for k/k) to klog v2 and then bump all those together (see checklist in kubernetes/kubernetes#89961) |
kindly ping /cc @Jefftree |
/assign @anfernee as well :) |
/lgtm /cc @caesarxuchao as well |
@Jefftree please remove hold as well |
/unhold |
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.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, tanjunchen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix: forward node ip bugfix
ref:kubernetes/kubernetes#89961