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

Make it clear what kritis is #25

Merged
merged 2 commits into from
Sep 10, 2018
Merged

Conversation

bobcatfish
Copy link
Collaborator

One of the examples demonstrates building an arbitrary pipeline for
a project called kritis, mostly b/c folks who are working on this
project have also worked on kritis and are familiar with it, but it's
not actually relevant to bulid-pipeline directly. Tried to make this
more clear in the docs.

Also in #2 we had a question about what strawman means (not the first
time this has come up!) A defintion is avialable at https://en.wikipedia.org/wiki/Straw_man_proposal
but also mentions it is "american business jargon" so if we want to go
on using that term we should define it. Instead I removed it from the
one place it exists in our docs. Since no one has completely beaten up
the proposal yet it seems to be graduating beyond the "strawman" phase -
but correct me if I'm wrong :D

One of the examples demonstrates building an arbitrary pipeline for
a project called `kritis`, mostly b/c folks who are working on this
project have also worked on `kritis` and are familiar with it, but it's
not actually relevant to `bulid-pipeline` directly. Tried to make this
more clear in the docs.

Also in #2 we had a question about what `strawman` means (not the first
time this has come up!) A defintion is avialable at https://en.wikipedia.org/wiki/Straw_man_proposal
but also mentions it is "american business jargon" so if we want to go
on using that term we should define it. Instead I removed it from the
one place it exists in our docs. Since no one has completely beaten up
the proposal yet it seems to be graduating beyond the "strawman" phase -
but correct me if I'm wrong :D
@nader-ziada
Copy link
Member

That makes the pipeline example more clear, Thanks

@@ -1,6 +1,6 @@
# Examples

This directory contains examples of [the Pipeline strawman CRDs](../README.md) in action.
This directory contains examples of [the Pipeline CRDs](../README.md) in action.

To deploy them to your cluster (after
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have never tested this.
Have you?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep! hopefully soon we'll have CI that verifies they'll keep working (#15 + #16) but in the meantime I've run this manually and gotten them working (or at least they worked last week 🤞 )

This pipeline demonstartes how to integrate frontend [guestbook app code](https://github.com/kubernetes/examples/tree/master/guestbook-go) with backed [redis-docker image](https://github.com/GoogleCloudPlatform/redis-docker/tree/master/4) provided by GCP.

![Pipeline Configuration](./pipelines/guestbook-pipeline.png)
[kritis-pipeline-run.yaml](./invocations/kritis-pipeline-run.yaml) shows an example of what it would look like to invoke the [kritis example pipeline](#example-pipelines) manually and have it fail on the second task (building and pushing the image).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a little bit confusing to me.
I am reading it as "User has configured this pipeline to fail at step 2"
Instead, the pipeline run controller determined the task failed and updated the status right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point! I've tried to make this more clear, PTAL

@tejal29 tejal29 merged commit 83dfcac into tektoncd:master Sep 10, 2018
chmouel pushed a commit to chmouel/tektoncd-pipeline that referenced this pull request Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants