We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80e8ffe + 5c7eff7 commit 123ee21Copy full SHA for 123ee21
1 file changed
README.md
@@ -29,8 +29,16 @@ All other images should inherit from this base image.
29
30
The [prow](prow) folder contains the Kubernetes deployment resources for
31
the Prow cluster.
32
-These resources are automatically deployed by a [Faros](https://github.com/pusher/faros)
33
-instance running within the Prow cluster.
+
+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
42
43
### scripts
44
0 commit comments