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
Copy file name to clipboardExpand all lines: contributors/devel/sig-node/e2e-node-tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Prerequisites:
53
53
- Setup a [Google Cloud Platform](https://cloud.google.com/) account and project with Google Compute Engine enabled
54
54
- Install and setup the [gcloud sdk](https://cloud.google.com/sdk/downloads)
55
55
- Set your project and a zone by running `gcloud config set project $PROJECT` and `gcloud config set compute/zone $zone`
56
-
- Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project kubernetes-node-e2e-images`
56
+
- Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project cos-cloud`
57
57
- 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.
0 commit comments