-
Notifications
You must be signed in to change notification settings - Fork 17
Dynamically connect/detect persistent volume paths and claims #5
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
Comments
stepping back a little, this design was essentially ported over from the local docker implementation. Some quick notes to consider on each of these entries:
|
Suggestion on how to handle
This is probably the closest in intent to what CWL does with local docker. |
Currently, the job builder assumes 4 specific PVCs and their mount points
calrissian/calrissian/job.py
Lines 39 to 44 in b4526af
These could either be dynamically looked up through the k8s API, or provided in a ConfigMap
Not terribly urgent if we continue the convention, but it is a kludge.
The text was updated successfully, but these errors were encountered: