abrochard / kubel

Emacs extension for controlling Kubernetes with limited permissions
GNU General Public License v3.0
267 stars 44 forks source link

kubel-exec-pod-by-shell-command #58

Closed TxGVNN closed 3 years ago

TxGVNN commented 3 years ago

Hi,

I don't know this feature is useful for everyone or not. But it helps me in some cases. Example run ip a, nslookup, some command to control something.

abrochard commented 3 years ago

I love this! Thank you for submitting. Before I merge, can you add that new command to the readme?

TxGVNN commented 3 years ago

Before I merge, can you add that new command to the readme?

Ya, sure. I wonder should I remove key binding in kubel-exec-popup. What do you think?

abrochard commented 3 years ago

Ya, sure. I wonder should I remove key binding in kubel-exec-popup. What do you think?

I would keep it. In general I prefer to not break existing shortcuts and they aren't really conflicting.

abrochard commented 3 years ago

Thank you!