k8s获取所有镜像地址并推送到镜像仓库
摘要:
单个空间 kubectl -n test-system get deployments -owide |awk '{print $7}' |grep registry.test.cn > images.txttail images.txt 所有空间 kubectl get deployments - 阅读全文
posted @ 2023-10-13 19:17 BillyLV 阅读(142) 评论(0) 推荐(0) 编辑