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

Add support for workspaces on start flow #223

Closed
siamaksade opened this issue Mar 26, 2020 · 3 comments · Fixed by #274
Closed

Add support for workspaces on start flow #223

siamaksade opened this issue Mar 26, 2020 · 3 comments · Fixed by #274
Assignees
Milestone

Comments

@siamaksade
Copy link

Workspace support is added to Tekton to simplify sharing files between tasks in a pipelinerun, and also across execution of pipelineruns via a pvc:
https://github.com/tektoncd/pipeline/blob/master/docs/workspaces.md

The start pipeline flow should support providing a volume for the pipelinerun if the pipeline has declared workspaces. The alternatives for providing a workspace to the pipelinerun are:

  • PVC
  • ConfigMap
  • Secret
  • emptyDir

Reference: https://github.com/tektoncd/pipeline/blob/master/docs/workspaces.md#specifying-volumesources-in-workspaces

@siamaksade siamaksade added priority/high enhancement New feature or request labels Mar 26, 2020
@siamaksade siamaksade added this to the Sprint #182 milestone Mar 26, 2020
@siamaksade
Copy link
Author

Tekton CLI PR: tektoncd/cli#826

@sudhirverma
Copy link
Contributor

@siamaksade and @evidolob Workspace support will come in tkn version: 0.9.0 which is not release yet.

@siamaksade
Copy link
Author

@sudhirverma we had discussed to possibly not rely on tkn given that it won't cover some of the use-cases that we need in VS Code since they don't make sense for a CLI such as:
#91

That said, 0.9 will be released quite soon. cc @chmouel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants