-
Notifications
You must be signed in to change notification settings - Fork 142
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
docs: update livenessprobe initialDelaySeconds and timeoutSeconds #167
docs: update livenessprobe initialDelaySeconds and timeoutSeconds #167
Conversation
Hi @aramase. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc @marosset |
@aramase: GitHub didn't allow me to request PR reviews from the following users: marosset. Note that only kubernetes-csi members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Anish Ramasekar <[email protected]>
34a19b3
to
4dc4a7b
Compare
/ok-to-test |
/lgtm |
/lgtm |
@marosset: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
0438f15a Merge pull request kubernetes-csi#167 from c0va23/feature/release-armv7-image 4786f4d0 Merge pull request kubernetes-csi#168 from msau42/update-release-prereq 6a2dc64a Remove requirement to be top-level approver. Only maintainers membership is required to do a release 30a4f7bb Release armv7 image ac8108f1 Merge pull request kubernetes-csi#165 from consideRatio/pr/update-github-links-ref-to-master-to-HEAD 999b483d docs: make github links reference HEAD instead of main fd670693 docs: make github links reference HEAD instead of master git-subtree-dir: release-tools git-subtree-split: 0438f15a319d0c08bc1a82adf60c3e2ea02760ce
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.
/lgtm
/approve
/assign @msau42 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, aramase, msau42 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 |
Signed-off-by: Anish Ramasekar [email protected]
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Sets the
initialDelaySeconds
andtimeoutSeconds
for the node-driver-registrar livenessprobe check.timeoutSeconds
of 1s is honored starting from Kubernetes 1.20 and is aggressive. Setting the value to 15s which is appropriate for linux and windows.initialDelaySeconds
to 30s to provide time for the socket to be created and driver to be registered during startup of the driver pods.ref: kubernetes-sigs/secrets-store-csi-driver#729
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: