I want to get all pods with a specific label in all contexts.
What I have to do now is to iterate the contexts found in kubectl config get-contexts
:
kgp --context [CONTEXT] -n my-namespace -l app=my-app
Is there an equivalent of all-namespaces
but for contexts?