容器查看非running状态pod
kubectl get pods -A --field-selector status.phase!=Running
kubectl get pods -A --field-selector=status.phase=Running
kubectl get pods -A --field-selector=status.phase=Error
kubectl get pods -A --field-selector=status.phase=Completed
浙公网安备 33010602011771号