Skip to content

Commit

Permalink
Add documentation on how to install nightly releases.
Browse files Browse the repository at this point in the history
We mention that they exist and may contain bugs earlier on in the documentation,
but don't mention how to use them anywhere AFAICT.
  • Loading branch information
Dan Lorenc authored and tekton-robot committed Aug 31, 2020
1 parent 9be0bb3 commit f36d9ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ To install Tekton Pipelines on a Kubernetes cluster:
```bash
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
```

Or, for the nightly release, use:

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

You can install a specific release using `previous/$VERSION_NUMBER`. For example:

```bash
Expand Down

0 comments on commit f36d9ad

Please sign in to comment.