Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道应用于命名空间中所有图像的标签。是否有任何oc命令来查看命名空间中的标签?
在发布这个问题之前,我用谷歌搜索。但是我没有找到任何东西。所以我在这里发布这个问题。
您可以从 imagestreamtag 对象获取详细信息。如果您只需要将格式化标签作为列表,您可以执行此命令。
oc get imagestreams imagename -o jsonpath='{range .status.tags[*]}{.tag}{"\n"}'
这将返回如下格式的结果:
20.10.321 20.13.328 20.14.333 20.14.338 20.16.342