Skip to content

Commit 58c1bf2

Browse files
doc(e2e-node-tests): fix gcloud list images cmd
1 parent 0a485ea commit 58c1bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.
@@ -364,4 +364,4 @@ even if the number is zero.
364364
```
365365
$ kubectl get pod -A
366366
$ kubectl describe node
367-
```
367+
```

0 commit comments

Comments
 (0)