Loading

摘要: #!/bin/bash # get namespace namespaces=`kubectl get pod -A | grep -i "evicted" | awk '{print $1}'` for namespace in ${namespaces} do kubectl get pod - 阅读全文
posted @ 2023-10-23 14:10 亚里士多智 阅读(237) 评论(0) 推荐(0) 编辑