Skip to content

Commit 123ee21

Browse files
authored
Merge branch 'master' into add-oauth
2 parents 80e8ffe + 5c7eff7 commit 123ee21

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,16 @@ All other images should inherit from this base image.
2929

3030
The [prow](prow) folder contains the Kubernetes deployment resources for
3131
the Prow cluster.
32-
These resources are automatically deployed by a [Faros](https://github.com/pusher/faros)
33-
instance running within the Prow cluster.
32+
33+
Deployment is performed by applying resources to the cluster using `kubectl`
34+
To access the cluster you need to have persmission in GCP. Speak to a member
35+
of the team to grant this.
36+
When you have access run the following to configure the cluster with `kubectl`
37+
38+
```
39+
gcloud auth login
40+
gcloud container clusters get-credentials prow --region europe-west2 --project elements-175813
41+
```
3442

3543
### scripts
3644

0 commit comments

Comments
 (0)