Filter kubectl get based on annotation
I would like to filter my kubectl get deploy command based on the value of an annotation. Something similar to kubectl get deploy --annotation stork.libopenstorage.org/skipresource!="true" Currently no clue how to do this and we don't want to add an extra label. Output of both commands above should be something like below: kubectl get deploy NAME READY UP-TO