-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add '--logging-format' flag to kube-proxy #117800
Conversation
/sig network |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
pkg/proxy/apis/config/scheme/testdata/KubeProxyConfiguration/after/v1alpha1.yaml
Outdated
Show resolved
Hide resolved
d410cf7
to
0da48f5
Compare
0b68872
to
f78aa80
Compare
/remove-sig api-machinery |
LGTM label has been added. Git tree hash: 875d9cd83310a7f9a4dce98da4f24268c61fa0f6
|
unmarshal behavior needs a unit test, then lgtm |
Also, Does the duration commit need to be a separate PR? |
/test pull-kubernetes-unit |
/lgtm |
LGTM label has been added. Git tree hash: d42e974c967bdc1f8817b772a4862c916803bbcf
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cyclinder, liggitt, pohly 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 |
options: | ||
json: | ||
infoBufferSize: "0" | ||
verbosity: 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.
This is defaulting the verbosity to 0 and overriding the flag value, that was the common way to configure the verbosity of kube-proxy, you can see per example that our CI no longer leverages the flag verbosity https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-kind-e2e-parallel/1689121775398424576/artifacts/kind-control-plane/pods/kube-system_kube-proxy-qz9f6_8e49f584-22b5-4008-9442-b2fae2a3ea75/kube-proxy/0.log
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add '--logging-format' flag to kube-proxy
Which issue(s) this PR fixes:
Fixes #105165
Special notes for your reviewer:
Does this PR introduce a user-facing change?