-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Update kubernetes to klog v2 #90183
Update kubernetes to klog v2 #90183
Conversation
5db7201
to
8608ff6
Compare
…257-d2bd2a29d028 Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
The bazel test failures are caused by (oauth2: turn Transport.CancelRequest into a no-op)[golang/oauth2@858c2ad]: golang/oauth2@0f29369...858c2ad Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
34472ac
to
07d8861
Compare
@neolit123 @liggitt can one of you please reapply lgtm? I had to rebase. |
/lgtm |
good morning @liggitt !! |
/test pull-kubernetes-e2e-gce |
/skip |
/test pull-kubernetes-conformance-kind-ga-only-parallel |
Hmm
|
/retest |
/test pull-kubernetes-e2e-kind |
Saw this again. @BenTheElder, this ring a bell? |
@dims: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test pull-kubernetes-e2e-kind |
@dims so which of the kubernetes components moved to json or is this just moving from klog to klog v2 and the json apis will be used selectively later ? |
Reviews
sig-auth:
sig-instrumentation
sig-apimachinery:
sig-node:
sig-cloudprovider:
Miscellaneous:
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
klog v2 has the new APIs needed for the structured logging KEP
Which issue(s) this PR fixes:
Fixes #89961
Special notes for your reviewer:
New Dependencies
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: