couler-proj / couler

Unified Interface for Constructing and Managing Workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow.

Home Page:https://couler-proj.github.io/couler/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

volumeClaimTemplates accessModes could support other options than just [ "ReadWriteOnce" ]

nooraangelva opened this issue · comments

Summary

What change needs making?

image

Accesmode and storage could be made by the workflows creator so there wouldn't be just the default options.

Use Cases

When would you use this?

If I need bigger storage or smaller or if I need to use ReadWriteMany as accessMode.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.

Yes this is a valid use case that's currently unsupported. Would you like to submit a PR?

Sure.