We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a485ea commit 58c1bf2Copy full SHA for 58c1bf2
contributors/devel/sig-node/e2e-node-tests.md
@@ -96,7 +96,7 @@ provided by the default image.
96
List the available test images using gcloud.
97
98
```sh
99
-make test-e2e-node LIST_IMAGES=true
+gcloud compute images list --project="cos-cloud" --no-standard-images --filter="name ~ 'cos-beta.*'"
100
```
101
102
This will output a list of the available images for the default image project.
@@ -364,4 +364,4 @@ even if the number is zero.
364
365
$ kubectl get pod -A
366
$ kubectl describe node
367
- ```
+ ```
0 commit comments