-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add docs demonstrating how to share a Workspace with Sidecars #3322
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
Conversation
/hold ... until those bugs are merged. |
Integration failures are accurate but fixed by PRs mentioned in above comment. |
/hold cancel both dependent bugs are fixed now. |
/retest |
/test pull-tekton-pipeline-integration-tests |
It looks like the TaskRun's pod is timing out before the first step gets to run its few lines of script. Edit: yup; bumped timeout to 30s and now it passes. Our test cluster must take quite a long time spinning up all the example containers at once. |
Prior to this commit we didn't have any documentation showing how to share a Workspace between Steps of a Task and the Task's Sidecars. In fact there were two bugs that prevented this from working correctly. Those bugs have since been squashed. This commit adds documentation and an example yaml showing how to share a Workspace between a Task's Steps and its Sidecars.
/remove-kind documentation |
/kind documentation |
/remove-kind documentation |
/kind documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Prior to this commit we didn't have any documentation showing how to share
a Workspace between Steps of a Task and the Task's Sidecars. In fact
there were two bugs that prevented this from working correctly. Those
bugs have since been squashed.
This commit adds documentation and an example yaml showing how to share a
Workspace between a Task's Steps and its Sidecars.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Release Notes
/kind documentation