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

Volume inheritance logic #271

Open
johanhenriksson opened this issue Feb 24, 2021 · 0 comments
Open

Volume inheritance logic #271

johanhenriksson opened this issue Feb 24, 2021 · 0 comments
Labels
docker Related to Docker high High Priority kubernetes Related to Kubernetes

Comments

@johanhenriksson
Copy link
Collaborator

Currently, its not possible to avoid inheriting volumes from the parent task. This must be fixed to properly support ReadWriteOnce volumes.

  • Introduce an inherit option to volumes, which is set to false by default. Only volumes with inherit=true will be inherited by child tasks.
  • Allow overwriting volumes with None to remove them when calling cowait.spawn()
@johanhenriksson johanhenriksson added high High Priority kubernetes Related to Kubernetes docker Related to Docker labels Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Related to Docker high High Priority kubernetes Related to Kubernetes
Projects
None yet
Development

No branches or pull requests

1 participant