You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- GCP access to the ["Sourcegraph Auxiliary" (sourcegraph-server) GCP project](https://console.cloud.google.com/kubernetes/list?project=sourcegraph-server)
11
-
- Run `gcloud auth application-default login` to fetch the necessary credentials for Pulumi to use
11
+
- Run `gcloud auth application-default login` to fetch the necessary credentials for Pulumi to use
12
12
-https://github.com/sourcegraph/deploy-sourcegraph checked out on your local machine
13
-
- deploy-k8s-helper reads the contents of that directory. Make sure your that your checkout is up-to-date!
13
+
- deploy-k8s-helper reads the contents of that directory. Make sure your that your checkout is up-to-date!
14
14
15
15
### Configuration
16
16
17
17
See [config.ts](config.ts) for more information, but you **must** set the following configuration values via `pulumi config set <NAME> <VALUE>`
18
18
19
-
-`gcloudEmail` - The email that you use to sign in to our GCP project.
Run `yarn` so that you install all the necessary dependencies.
26
+
Run `yarn` so that you install all the necessary dependencies.
27
27
28
28
-`yarn up`: creates a new GKE cluster and fetches the necessary credentials
29
29
-`yarn destroy`: deletes a GKE cluster that was previously created with `yarn up`
@@ -57,7 +57,7 @@ Solution: Pick another zone to use from https://cloud.google.com/compute/docs/re
57
57
58
58
### (ingress-nginx) Cannot read property 'status' of undefined
59
59
60
-
This happens if you're trying to deploy a pre-`3.x` release of https://github.com/sourcegraph/deploy-sourcegraph/ (which didn't have `nginx-ingress`).
60
+
This happens if you're trying to deploy a pre-`3.x` release of https://github.com/sourcegraph/deploy-sourcegraph/ (which didn't have `nginx-ingress`).
0 commit comments