-
Notifications
You must be signed in to change notification settings - Fork 243
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
Automatically mounting volumes, configmaps, and secrets #6549
Comments
@kadel Can you set a priority on this? Also, care to elaborate? |
Related to #6542. |
Bumping priority as we have a user requiring this to use odo in their environment. |
@kadel, What is the purpose of |
@kadel Do we want to implement this for Podman? |
not sure :-(
Not for now. If I'm not mistaken, Secrets and ConfigMaps are not supported on Podman. Once podman adds support for those we should implement this. Volumes are supported to some extent on Podman, but I don't think it makes sense to do just partial implementation for volumes. We will add all this together with Secrets and ConfigMaps |
@kadel What would be the new label replacing |
@l0rd Do you have an opinion on what should be the new label replacing |
These labels are required for the DevWorkspace Operator (and should not be necessary for
If we're moving the label definition up to devfile/api, we should modify the |
I was the one who originally suggested keeping
|
If we're content with adopting My main concern would be long term -- we should decide what prefix/name we want to use for devfile API-defined labels and annotations and stick to that going forward (e.g. |
@feloy apologies for bringing this up last minute but there is another annotation added last week: controller.devfile.io/mount-access-mode: 0777 |
Thanks for the link. we'll implement this in another PR. I have created an issue to track it |
controller.devfile.io/mount-to-devworkspace
related to #6478 epic
The text was updated successfully, but these errors were encountered: