1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

gcloud-container: add describe command (#14227)

This commit is contained in:
Nissaar 2024-10-16 10:55:41 +04:00 committed by GitHub
parent 906e54cc14
commit 80f67bbdaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,7 @@
- List tag and digest metadata for a container image:
`gcloud container images list-tags {{image}}`
- Describe an existing cluster for running containers:
`gcloud container clusters describe {{cluster_name}}`