-
Notifications
You must be signed in to change notification settings - Fork 2k
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
CSI: snapshot list pagination parameters #12193
Conversation
d4673a8
to
36fefeb
Compare
36fefeb
to
2377b88
Compare
The snapshot list API supports pagination as part of the CSI specification, but we didn't have it plumbed through to the command line.
2377b88
to
b4c1903
Compare
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
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
The snapshot list API supports pagination as part of the CSI
specification, but we didn't have it plumbed through to the command
line.
This also breaks E2E testing because the output from the AWS EBS plugin
can be extremely long without pagination, bringing the time it takes to
complete the command above the test timeout.
This PR requires bugfixes in #12194 #12195 and #12197, and currently includes those commits. It'll be rebased once those get merged.