kubectl describe pods ${POD_NAME} # 檢視node 的系統資源是否足夠 $ kubectl get nodes -o yaml | grep '\sname\|cpu\|memory' $ kubectl get nodes ...
確定! 回上一頁