doc(e2e-node-tests): fix gcloud list images cmd

This commit is contained in:
ACHRAF BOUAOUDA 2024-09-20 20:39:56 +02:00 committed by GitHub
parent 0a485eaaa9
commit 58c1bf2a49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ provided by the default image.
List the available test images using gcloud.
```sh
make test-e2e-node LIST_IMAGES=true
gcloud compute images list --project="cos-cloud" --no-standard-images --filter="name ~ 'cos-beta.*'"
```
This will output a list of the available images for the default image project.
@ -364,4 +364,4 @@ even if the number is zero.
```
$ kubectl get pod -A
$ kubectl describe node
```
```