Skip to content
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

Is there a way to catch storage class access modes at deployment time? #90

Open
colearendt opened this issue Nov 18, 2021 · 1 comment · May be fixed by #98
Open

Is there a way to catch storage class access modes at deployment time? #90

colearendt opened this issue Nov 18, 2021 · 1 comment · May be fixed by #98
Assignees

Comments

@colearendt
Copy link
Member

Otherwise we leave the user a long debugging trail figuring out that we require ReadWriteMany by default

It'd be nice if there was a reliable way to see storage classes available for users and optionally fail

@colearendt
Copy link
Member Author

We should be able to do this with some complicated ranges and such after doing something like kubectl get storageclasses using the lookup function. Probably belongs as a rstudio-library helper that we use the permitted AccessModes and the named storage class with.

Also need a way to find the "default" storage class... either by "ranging" through all of them or finding a filter that we can pass...

https://helm.sh/docs/chart_template_guide/functions_and_pipelines/#using-the-lookup-function

@colearendt colearendt self-assigned this Nov 30, 2021
@colearendt colearendt linked a pull request Dec 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant