From fda0bb2a8f6760ceb49ca31e5f402fde367aa459 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 21 Oct 2019 15:41:41 -0400 Subject: [PATCH] Update README with dogfooding cluster in place of prow 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. --- tekton/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tekton/README.md b/tekton/README.md index f8b4b78c097..fbedda75139 100644 --- a/tekton/README.md +++ b/tekton/README.md @@ -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). @@ -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