Skip to content

Commit

Permalink
Update README with dogfooding cluster in place of prow
Browse files Browse the repository at this point in the history
We now have a dogfooding cluster thanks to the work that afrittoli has
done with our plumbing. The dogfooding cluster can be used for public
releases of Tekton.

This commit replaces mentions of the `prow` cluster with the
`dogfooding` cluster for future release shepherds.
  • Loading branch information
Scott authored and tekton-robot committed Oct 22, 2019
1 parent f4259e7 commit fda0bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To start from scratch and use these Pipelines and Tasks:

## Create an official release

Official releases are performed from [the `prow` cluster](https://github.com/tektoncd/plumbing#prow)
Official releases are performed from the `dogfooding` cluster
[in the `tekton-releases` GCP project](https://github.com/tektoncd/plumbing/blob/master/gcp.md).
This cluster [already has the correct version of Tekton installed](#install-tekton).

Expand Down Expand Up @@ -81,7 +81,7 @@ To use [`tkn`](https://github.com/tektoncd/cli) to run the `publish-tekton-pipel
1. [Connect to the production cluster](https://github.com/tektoncd/plumbing#prow):

```bash
gcloud container clusters get-credentials prow --zone us-central1-a --project tekton-releases
gcloud container clusters get-credentials dogfooding --zone us-central1-a --project tekton-releases
```

1. Run the `release-pipeline` (assuming you are using the production cluster and
Expand Down

0 comments on commit fda0bb2

Please sign in to comment.