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

Updating to include Tekton installtion #2012

Merged
merged 3 commits into from
Feb 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ This tutorial will walk you through creating and running some simple
- [Creating a hello world `Task`](#task)
- [Creating a hello world `Pipeline`](#pipeline)

Before starting this tutorial, please install the [Tekton CLI](https://github.com/tektoncd/cli).
Before starting this tutorial, please install the [Tekton CLI](https://github.com/tektoncd/cli) and install the latest Tekton release by the following command:
Copy link

Choose a reason for hiding this comment

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

Instead of hard-coding the kubectl command here, how about linking to the install doc we have for tekton at ./install.md? The user might need to go through the steps of setting up a cluster as well before starting the tutorial and that would be covered by linking to the existing install doc.


```bash
kubectl apply --filename https://storage.googleapis.com/tekton-releases/latest/release.yaml
```

For more details on using `Pipelines`, see [our usage docs](README.md).

Expand Down