From e49cf3256422a22bc0ad5006c07947fce0ff98fc Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 10 Sep 2019 12:30:05 -0700 Subject: [PATCH] add kill resource key binding --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e1da00..5edacb06 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,8 @@ K9s uses aliases to navigate most K8s resources. | `` | Bails out of command mode | | | `d`,`v`, `e`, `l`,... | Key mapping to describe, view, edit, view logs,... | `d` (describes a resource) | | `:`ctx`` | To view and switch to another Kubernetes context | `:`+`ctx`+`` | +| `Ctrl-d` | To delete a resource (TAB and ENTER to confirm) | | +| `Ctrl-k` | To delete a resource (no confirmation dialog) | | | `:q`, `Ctrl-c` | To bail out of K9s | | ---