-
Notifications
You must be signed in to change notification settings - Fork 670
Add: Remove volume feature #1891
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: Remove volume feature #1891
Conversation
|
/assign @spadgett |
a1266c9 to
276bb19
Compare
|
/retest |
|
@spadgett - Can you please review this when you have time? Thanks. |
|
/test e2e-aws |
|
@spadgett - Ready for review. Thanks. |
|
/test e2e-aws |
|
/retest |
1 similar comment
|
/retest |
spadgett
left a comment
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.
/approve
/lgtm
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spadgett, zherman0 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
|
I tested this PR locally @zherman0 Is displaying the type of Volume not a part of this PR ? I see that in the initial screenshots |
|
/test e2e-aws |
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.
@zherman0 I suppose following should be added to
| }, |
persistentVolumeClaim: {
id: 'persistentVolumeClaim',
label: 'Persistent Volume Claim',
description: 'A Persistent Volume Claim is a request for Storage from a Persistent Volume',
},
|
/retest |
|
/test e2e-aws |



Add a kebab with option of
Remove Volumeon all volumes in order to remove said volume from a resource.This also entails a slight refactor for the
VolumesTablecomponent which currently takes a podTemplate but must now take a full resource so that I can remove the volumes from said resource.Original:

With Kebab:

With Kebab Open:

Confirmation Screen:
