Skip to content

Commit 9329037

Browse files
committed
sig-node-e2e: gcloud application-defaults are required
1 parent 8ad66d0 commit 9329037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contributors/devel/sig-node/e2e-node-tests.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Prerequisites:
5353
- Install and setup the [gcloud sdk](https://cloud.google.com/sdk/downloads)
5454
- Set your project and a zone by running `gcloud config set project $PROJECT` and `gcloud config set compute/zone $zone`
5555
- Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project kubernetes-node-e2e-images`
56+
- 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.
5657

5758
Run:
5859

0 commit comments

Comments
 (0)