kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Add filters for workloads.Pods

Open smgladkovskiy opened this issue 4 years ago • 0 comments

I think that filters will be very useful:

  1. show completed pods (kubectl get pod --field-selector=status.phase==Succeeded)
  2. show error pods (kubectl get pod --field-selector=status.phase==Failed)
  3. show running pods (kubectl get pod --field-selector=status.phase==Running)
  4. show pending pods (kubectl get pod --field-selector=status.phase==Pending)

smgladkovskiy avatar Oct 09 '20 09:10 smgladkovskiy