.kube/config live sync mode #315
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
So my usual workflow is to run
watch kubectl get pods
to get a similar (but not nearly as cool) "dashboard" of my kubernetes pods.as I switch between clusters and namespaces this view automatically updates to show pods in that namespace/cluster.
Describe the solution you'd like
It would be neat if kdash could have a mode where it watches the kube config file(s) and resolves the current context/namespace to follow you as you switch between namespaces and clusters.
Describe alternatives you've considered
I think my only other alternative would be to continue using my watch commands.
The text was updated successfully, but these errors were encountered: