-
Notifications
You must be signed in to change notification settings - Fork 807
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
configure lievness probe check for node-driver-registrar #1570
configure lievness probe check for node-driver-registrar #1570
Conversation
Skipping CI for Draft Pull Request. |
/test pull-aws-ebs-csi-driver-test-helm-chart |
edaa30c
to
9daf96d
Compare
/retest |
3 similar comments
/retest |
/retest |
/retest |
9daf96d
to
5a59297
Compare
/retest |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3, torredil 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 |
/retest |
2 similar comments
/retest |
/retest |
Is this a bug fix or adding new feature?
Feature
What is this PR about? / Why do we need it?
Adding configure map for liveness-probe check in node-driver-registrar
What testing is done?
Block the CSI socket
/csi/csi.sock
access, aftercsi-node
pod start up,node-driver-registrar
reports log as following:After 30s initial delay,
csi-node
pod get restarted as node failed to register:Without liveness probe configured, csi-node pod running without further action.