kubernetic
kubernetic copied to clipboard
Add filters for workloads.Pods
I think that filters will be very useful:
- show completed pods (kubectl get pod --field-selector=status.phase==Succeeded)
- show error pods (kubectl get pod --field-selector=status.phase==Failed)
- show running pods (kubectl get pod --field-selector=status.phase==Running)
- show pending pods (kubectl get pod --field-selector=status.phase==Pending)