You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app creates namespaces on the fly. While I can easily identify pods via labels, I need would need something like kubectl --all-namespaces for it to work.
How to search pods by label across namespaces?
The text was updated successfully, but these errors were encountered:
This should be doable and I'll get to it in the next release. I'll plan to allow for setting a namespace of "*" which means that Kubycat will look for pods by label or name in all existing namespaces.
My app creates namespaces on the fly. While I can easily identify pods via labels, I need would need something like
kubectl --all-namespaces
for it to work.How to search pods by label across namespaces?
The text was updated successfully, but these errors were encountered: