astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

Feature Request: `kubectl delete pod` #52

Open dolphyvn opened 4 years ago

dolphyvn commented 4 years ago

I just come to see this tool today and I have to say that, Damn, this is awesome. My thousand thanks and great for all of your efforts to building this.
And it would be great if it also have delete pod features like in vim ( dd )? Just my opinion. Again many thanks guys. I love this.!!!

astefanutti commented 4 years ago

Thanks a lot for the report and the feedback! You can give us a ⭐️ if you want to support us 😉.

We plan to add edit / delete operations in the next releases. We'll add new hotkeys and an editor to update YAML resources.

ensonic commented 4 years ago

I'd love to see this too. Would it make sense to have a wiki page with existing keyboard-shortcuts and planned ones. The planned ones could link to the issues related to the feature. If you consider Edit/Delete/Describe ops then thinking a bit ahead to make sure the shortcuts make sense might help.

astefanutti commented 4 years ago

@ensonic thanks a lot for the suggestion. The shortcuts are documented in the Hotkeys section of the README, but I like your idea of creating a wiki page to help the design of next features. I've enabled the repo wiki. We are still brainstorming about the best navigation system to be able to navigate nodes, containers, resources and generally any custom resources. The wiki would be a good place to iterate on the proposals.