-
Notifications
You must be signed in to change notification settings - Fork 554
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
Livenessprobe ignores stderrthreshold flag #128
Comments
Have you tired reducing the log verbosity using
|
I tried also with verbosity |
+1 Would be good to disable the logs too since it's flooding the logs |
There's livenessprobe v2.0.0 released and health check begin/success logs are suppressed om default.
if you are using helm, just upgrade sidecar container image version from v1.1.0 to v2.0.0 will address this issue.
# values.yaml
sidecars:
livenessProbeImage:
repository: quay.io/k8scsi/livenessprobe
tag: "v2.0.0" # <- changed! |
Thank you, after upgrade to v2.0.0 issue is fixed. |
/kind bug
What happened?
Not able to decrease log level for livenessprobe.
I want to decrease log level for livenessprobe, but it seems that argument
stderrthreshold
is ignored inDeamonSet
Definiton. After definition update I still see logs oninfo
level :What you expected to happen?
To be able to decrease log level from info to error or warning
How to reproduce it (as minimally and precisely as possible)?
Update DeamonSet with the following definition
Anything else we need to know?:
Environment
kubectl version
):1.14.9-eks
1.1.0
The text was updated successfully, but these errors were encountered: