-
Notifications
You must be signed in to change notification settings - Fork 2
fix(vi): validate storage class #1289
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
Conversation
997b679
to
57e7fde
Compare
b179539
to
3787799
Compare
Currently, only storage classes with Block volume mode and RWX access mode can be used. Signed-off-by: Roman Sysoev <[email protected]>
3787799
to
7d64743
Compare
Workflow has started. The target step completed with status: failure. |
Workflow has started. The target step completed with status: success. |
images/virtualization-artifact/pkg/controller/vi/internal/storageclass_ready.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vi/internal/storageclass_ready.go
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vi/internal/service/vi_storage_class_service.go
Show resolved
Hide resolved
Signed-off-by: Roman Sysoev <[email protected]>
Workflow has started. The target step completed with status: failure. |
Signed-off-by: Roman Sysoev <[email protected]>
Workflow has started. The target step completed with status: failure. |
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.
Nice!
Description
Currently, only storage classes with Block volume mode and RWX access mode can be used.
Why do we need it, and what problem does it solve?
This is required until the problem with the Filesystem volume mode is resolved.
What is the expected result?
Checklist
Changelog entries