kubelet: increase log level for "Path does not exist" in kubelet_getters#112650
kubelet: increase log level for "Path does not exist" in kubelet_getters#112650k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
@rphillips: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions 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. |
27298d4 to
205adec
Compare
|
/priority important-soon |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrunalp, rphillips The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The issue reports lots of log spam on kubelet_getters.go:300 (line 306 on master). The log line is not set to the proper log level. I'm picking
6in this case since the log line is not an error, and has questionable debug value.Which issue(s) this PR fixes:
Fixes #112124
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: