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
I started to use mirrord lately, and i found something that could be really cool
We have like 10 namespaces in your product, and when i want to mirror one pod, i need to choose the namespace that Im currently working on, before using the mirrord plugin.
I thought that could be really nice to have an option to see all the pods from all namespaces.
This will be really nice, and probably useful for everyone
After quick look at the code it seems like the plugin use the mirrord ls, which at least for now doesn't have the feature, so i guess it will need to be implement there.
I think of something -A in kubectl
The text was updated successfully, but these errors were encountered:
Hi :)
I started to use mirrord lately, and i found something that could be really cool
We have like 10 namespaces in your product, and when i want to mirror one pod, i need to choose the namespace that Im currently working on, before using the
mirrord
plugin.I thought that could be really nice to have an option to see all the pods from all namespaces.
This will be really nice, and probably useful for everyone
After quick look at the code it seems like the plugin use the
mirrord ls
, which at least for now doesn't have the feature, so i guess it will need to be implement there.I think of something
-A
inkubectl
The text was updated successfully, but these errors were encountered: