-
Notifications
You must be signed in to change notification settings - Fork 808
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
"Warning" LogLevel for LivenessProbe #1044
Comments
@iusergii It looks like the message is from connection.go file which is being used by liveness-probe. I think you should try requesting this feature in here. |
@iusergii , can the issue you are facing with the livenessprobe sidecar be the same as kubernetes-csi/livenessprobe#110? livenessprobe sidecar unnecessary verbose logging is fixed in |
/triage needs-information |
@ialidzhikov , @nirmalaagash thank you, guys. Yes my concern was about socket info
Verified on |
In general, we can update the default livenessprobe version to v2.3.0. You should be able to pass the liveness probe image as chart value, so the update of the livenessprobe container image should not be a blocker for you. /remove triage/needs-information |
/remove-triage needs-information |
@ialidzhikov sure will do. It fixes my issue, |
Nvm it seems to be fixed |
Is your feature request related to a problem?/Why is this needed
I'd like to have an option to turn LivenessProbe to "Warning" mode. Currently, it generates a message every 10 seconds. This creates a lot of entries in my logging system.
/feature
Describe the solution you'd like in detail
I'd like to have only warning, error messages in the log output.
Describe alternatives you've considered
I've tried set
logLevel: 1
but this doesn't change the number of messages.The text was updated successfully, but these errors were encountered: