From d8c77177894c462ebd782030312f4361cb652683 Mon Sep 17 00:00:00 2001 From: Sen Lu Date: Tue, 27 Aug 2024 16:47:15 -0700 Subject: [PATCH] Update references for kubernetes-node-e2e-images to point to the default cos image project xref https://github.com/kubernetes/k8s.io/issues/1527 --- contributors/devel/sig-node/e2e-node-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index c73512f854a..48dabfe66c5 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -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: