Skip to content

Commit

Permalink
Merge pull request #8053 from krzyzacy/node-images
Browse files Browse the repository at this point in the history
Update references for deprecated kubernetes-node-e2e-images
  • Loading branch information
k8s-ci-robot authored Sep 10, 2024
2 parents efcb42d + d8c7717 commit 689d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/devel/sig-node/e2e-node-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Prerequisites:
- Setup a [Google Cloud Platform](https://cloud.google.com/) account and project with Google Compute Engine enabled
- 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`
- Verify the sdk is setup correctly by running `gcloud compute instances list` and `gcloud compute images list --project cos-cloud`
- 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:
Expand Down

0 comments on commit 689d8b9

Please sign in to comment.