Skip to content

Commit 97b2b7e

Browse files
authored
Merge pull request #8084 from bouaouda-achraf/fix-gcloud-list-images
doc(e2e-node-tests): fix gcloud list images cmd
2 parents f1edb38 + 58c1bf2 commit 97b2b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ provided by the default image.
9696
List the available test images using gcloud.
9797

9898
```sh
99-
make test-e2e-node LIST_IMAGES=true
99+
gcloud compute images list --project="cos-cloud" --no-standard-images --filter="name ~ 'cos-beta.*'"
100100
```
101101

102102
This will output a list of the available images for the default image project.

0 commit comments

Comments
 (0)