diff options
| author | Danielle Lancashire <dani@builds.terrible.systems> | 2021-09-08 10:06:38 +0200 |
|---|---|---|
| committer | Danielle Lancashire <dani@builds.terrible.systems> | 2021-09-08 10:06:38 +0200 |
| commit | 9329037de3eb742b4d2bba4f2efa98341458ecdc (patch) | |
| tree | 4c556257e449064300eb77b1c1847dc20372c5af /contributors/devel/sig-node/e2e-node-tests.md | |
| parent | 8ad66d01ce34156d661444a49acec1106d4798f0 (diff) | |
sig-node-e2e: gcloud application-defaults are required
Diffstat (limited to 'contributors/devel/sig-node/e2e-node-tests.md')
| -rw-r--r-- | contributors/devel/sig-node/e2e-node-tests.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index 0df490ce..e98c0f55 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -53,6 +53,7 @@ Prerequisites: - Install and setup the [gcloud sdk](https://cloud.google.com/sdk/downloads) - Set your project and a zone by running `gcloud config set project $PROJECT` and `gcloud config set compute/zone $zone` - Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project kubernetes-node-e2e-images` + - Configure credentials for the same project that you configured above for "application defaults". This can be done with `gcloud auth application-default login` or by setting the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to a path to a credentials file. Run: |
