-
Notifications
You must be signed in to change notification settings - Fork 159
Validate VolumeCapability matches with existing volume in Publish/Stage calls #253
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
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
For Publish and Stage we must validate that the VolumeCapability matches whether the volume is block or fs, then if fs that the actual If requested |
Removing this issue from GA blockers since the current behavior here is the same as the old in-tree behavior: While it would be nice to do stricter validation, this does not need to block GA. |
We do static validation of volume capability now. However, if an existing volume is found we must validate that the volume capabilities of the existing volume match with the requested capabilities, otherwise we must return an "ALREADY_EXIST" error
The text was updated successfully, but these errors were encountered: