derailed / k9s

🐶 Kubernetes CLI To Manage Your Clusters In Style!
https://k9scli.io
Apache License 2.0
26.29k stars 1.65k forks source link

Enable "jump to owner" for more kinds #2761

Closed mpas97 closed 1 week ago

mpas97 commented 2 months ago

2700 introduced a really cool functionality to jump to a resource owner. Thanks a lot @wjiec!

But why was that only enabled for pod/rs/job? Can you please also enable that for all other kinds? Like configmaps, secrets, deployments, services etc. As we have controllers in our cluster that manage all those kind of resources, that would be really awesome! For now I always have to switch and search manually for owners.

wjiec commented 2 months ago

Haha, I was too lazy😅 I'd be happy to add this feature to other resources too :)