Open SmritiSatyanV opened 2 years ago
Hey Smriti! Can you paste the slack convo here, just in case the message vanishes when we hit the limit?
This is an interesting issue, I think there are two things to answer here: (1) How do we mount volumes in Flyte tasks? (2) How can we programmatically create persistent volumes and claims (PVCs) for new Flyte projects.
I think the former must be documented - as discussed in the google doc we can either use the pod plugin to define a VolumeMount in the PodSpec for the task or use the default PodTemplate so the volume is mounted in every task.
For the later, I'm wondering if it's something we need to address in the documentation. It seems to be more of a CI/CD issue - when a new project is created use k8s clusterresourcemanager to create a PVC. My concern is that if we get too specific with use-cases our docs will bloat and finding things will be extremely difficult
@samhita-alla @cosmicBboy thoughts?
@hamersaw, I agree with you. (2) relies on the CI/CD setup. If you think documenting (2) isn't a good idea, let's skip it. But should we be guiding the user somehow without being specific? Do you have any ideas on how we can do that?
Unfortunately I don't have a great idea. In our recent OSS planning meeting there was some push towards github discussions? That way these things are searchable, it's basically what stackoverflow was designed for. I don't know if that is the correct direction either - it would be perfect to have some way that these issues don't bloat the docs but are still available if necessary.
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. Thank you for your contribution and understanding! 🙏
Description
Slack conversation
Document :