-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Increase Kiam Verbosity for Triaging Readiness Probe Issues #194
Conversation
@@ -476,6 +476,9 @@ releases: | |||
- key: "node-role.kubernetes.io/master" | |||
effect: "NoSchedule" | |||
operator: "Exists" | |||
extraEnv: | |||
GRPC_GO_LOG_SEVERITY_LEVEL: info | |||
GRPC_GO_LOG_VERBOSITY_LEVEL: 8 |
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.
Let's make this an env with a default value of 8
@@ -476,6 +476,9 @@ releases: | |||
- key: "node-role.kubernetes.io/master" | |||
effect: "NoSchedule" | |||
operator: "Exists" | |||
extraEnv: | |||
GRPC_GO_LOG_SEVERITY_LEVEL: info |
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.
Make this an env with a default value of info
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.
See inline comments.
@goruha bump |
What
kiam
releasehelmfile.yaml
to increase logging verbosityWhy
references