-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Use storage bucket to link outputs and inputs of tasks #384
Labels
design
This task is about creating and discussing a design
meaty-juicy-coding-work
This task is mostly about implementation!!! And docs and tests of course but that's a given
Milestone
Comments
/assign |
bobcatfish
added
design
This task is about creating and discussing a design
meaty-juicy-coding-work
This task is mostly about implementation!!! And docs and tests of course but that's a given
labels
Jan 10, 2019
Crazy (probably bad) idea: could it also make sense to have an option where if task X's outputs are linked to task Y's inputs, we schedule them on the same node and use an emptydir volume to share data between them? |
I don't think you can share |
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 28, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 28, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 29, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 29, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 29, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 30, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 30, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
nader-ziada
added a commit
to nader-ziada/pipeline
that referenced
this issue
Jan 31, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue tektoncd#384
knative-prow-robot
pushed a commit
that referenced
this issue
Jan 31, 2019
- using gcp buckets only for now - bucket information configured using a config map - refactor of pvc implementation for the same feature to use same interface - artifact bucket and artifact pvc return the container spec to execute the upload and download steps - issue #384
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
design
This task is about creating and discussing a design
meaty-juicy-coding-work
This task is mostly about implementation!!! And docs and tests of course but that's a given
Expected Behavior
PipelineRun
Actual Behavior
Only PVCs are supported
Additional Info
related to #148
The text was updated successfully, but these errors were encountered: