乔克叔叔的博客,公众号:运维开发故事

摘要: #!/bin/bash # get namespace namespaces=`kubectl get pod -A | grep -i "evicted" | awk '{print $1}'` for namespace in ${namespaces} do kubectl get pod - 阅读全文
posted @ 2020-06-23 09:50 乔克爱运维 阅读(940) 评论(0) 推荐(0) 编辑