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

Investigate if we can run whole PipelineRun in a Pod #3638

Closed
jlpettersson opened this issue Dec 14, 2020 · 1 comment
Closed

Investigate if we can run whole PipelineRun in a Pod #3638

jlpettersson opened this issue Dec 14, 2020 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jlpettersson
Copy link
Member

jlpettersson commented Dec 14, 2020

When discussing Design doc: Task parallelism when using workspace this may be a viable option.

Feature request

Execute whole PipelineRun in a Pod. This would eliminate all problems with Kubernetes Persistent Volumes. This can "almost" be done today, by only using a single Task. But it would be good to also be able to reuse/compose tasks e.g. from the catalog and to run Tasks in parallel (steps can currently only run in a sequence). E.g. Task Results must be implemented differently.

A new limitation is that only one ServiceAccount can be used.

Use case

To avoid the problems with using Kubernetes Persistent Volumes for sharing files between Tasks

Related to

#3052

@jlpettersson
Copy link
Member Author

Closing this in favor of the linked TEP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant