-
Notifications
You must be signed in to change notification settings - Fork 159
Remove Probe logging #682
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
Remove Probe logging #682
Conversation
This is especially useful when we have a livenessprobe sidecar The log can be spamed with all the probe logs if we record them
/cc @msau42 |
It would be so much easier to debug and log searching with this PR merged. |
This seems reasonable to me, but maybe I'm missing something. @msau42 wdyt? |
I would strongly suggest we merge this PR to save the log space from GKE point of view. Otherwise the pd driver log will be spammed with the probe logging |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jiawei0227, msau42 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 |
This is especially useful when we have a livenessprobe sidecar
The log can be spamed with all the probe logs if we record them
What type of PR is this?
What this PR does / why we need it:
This PR removes probe logging for pd driver. Since it can provide huge noise to the entire logging if we enable livenessprobe
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: