Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Include storage class details in acorn volumes #1229

Closed
sangee2004 opened this issue Feb 16, 2023 · 1 comment · Fixed by #1241
Closed

Include storage class details in acorn volumes #1229

sangee2004 opened this issue Feb 16, 2023 · 1 comment · Fixed by #1241
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@sangee2004
Copy link
Contributor

Server version - acorn version v0.5.1-65-ge8a480d5+e8a480d5

Steps to reproduce the problem:
Deploy an app with volumes.
List the volumes using acorn volumes

Volume details does not include storage class information.

 % acorn volumes       
NAME                                       APP-NAME     BOUND-VOLUME   CAPACITY   STATUS     ACCESS-MODES   CREATED
pvc-e9b4d0fe-3b4e-4753-8fa1-79f37cfae99b   mytestnew1   pgdata1        10G        bound      RWO            13m ago
@sangee2004
Copy link
Contributor Author

Tested with acorn version v0.5.1-72-gbd27105a+bd27105

We have VOLUME-CLASS attribute which displays the storage class of the volumes:

acorn volumes
NAME                                       APP-NAME   BOUND-VOLUME   CAPACITY   VOLUME-CLASS   STATUS     ACCESS-MODES   CREATED
pvc-6d5718fa-c525-41d9-8e32-ae78ff5cf6b3   mytest2    scratch-data   10G        local-path     released   RWO            11h ago

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants