Merge pull request #8084 from bouaouda-achraf/fix-gcloud-list-images

doc(e2e-node-tests): fix gcloud list images cmd
This commit is contained in:
Kubernetes Prow Robot 2024-10-08 19:38:23 +01:00 committed by GitHub
commit 97b2b7e621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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.