-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat: use new restricted liveness probe endpoint #766
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx 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 |
Pull Request Test Coverage Report for Build 8503537377Details
💛 - Coveralls |
Just an FYI that upgrading my chart to v1.14.0 to include this change resulted in it the deployment crashlooping due to a failing healthcheck. I've downgraded to v1.13.0 and things are healthy again. |
@sushain97 is it failing on linux node or windows node? |
|
@sushain97 which pod is crashing? controller pod or daemonset pod? |
path: /healthz | ||
port: healthz | ||
port: {{ .Values.node.livenessProbe.healthPort }} |
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.
@sushain97 I found the bug!
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.
stupid copy & paste bug
@sushain97 would be fixed by #769 |
Thanks! :) FWIW, I'm a little confused by the versioning here. I assumed that v1.14.0 wouldn't change after Jan 16 (https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.14.0) but it appears that it's being changed even in #769? I would have expected a v1.14.1. |
@sushain97 v1.14.0 image won't change, but I changed the helm chart config a little to not expose one port on the node |
@sushain97 PR merged, could you run |
Looks like it works now! Thanks for the speedy fix. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
feat: use new restricted liveness probe endpoint
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: