-
Notifications
You must be signed in to change notification settings - Fork 385
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
Add ability to customize VolumeSnapshotContent workqueue #308
Conversation
@xing-yang @yuxiangqian ptal . thanks |
@xing-yang sure. Will wait for other PR to go in first. |
@humblec can you rebase? |
@xing-yang Sure, it is done. 👍 ptal. |
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.
Please add a release note as this PR adds 2 user facing config parameters.
@xing-yang comments are addressed and also added release notes. Please let me know if any changes are required in any of it. |
I am a little concerned for this change as it would change the behavior of the rateLimiter slightly.
|
@yuxiangqian regarding the name of these parameters: While I agree that we could change or use some strings like |
@xing-yang can you share your thoughts.. I would like to get some consensus and hopefully finish this PR . |
I agree that the naming in externa-snapshotter should be consistent with that in other sidecars. @yuxiangqian are you okay with this PR? |
@humblec dropped the ball a bit, my apologies. If its consistent with others, I am good with the name. |
21edee2
to
0bd41ab
Compare
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closed this PR. 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. |
Sure thing @xing-yang and thanks for reopening this PR, let me rebase and finish it off 👍 |
The default value of the ratelimiter has been set to |
/remove-lifecycle rotten |
5afda69
to
fc851d6
Compare
@xing-yang ptal.. Thanks ! |
Two new timeout values ( retryIntervalStart & retryIntervalMax ) have been added to set the ratelimiter for volumesnapshotcontent queue. Fix# kubernetes-csi#463 Signed-off-by: Humble Chirammal <hchiramm@redhat.com> ```release-note `retry-interval-start` and `retry-interval-max` arguments are added to csi-snapshotter sidecar which controls retry interval of failed volume snapshot creation and deletion. These values set the ratelimiter for volumesnapshotcontent queue. ``` Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: humblec, xing-yang 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 |
Two new timeout values ( retryIntervalStart & retryIntervalMax )
have been added to set the ratelimiter for volumesnapshotcontent queue.
Fixes: #463
Signed-off-by: Humble Chirammal hchiramm@redhat.com