add kill resource key binding

mine
happysalada 2019-09-10 12:30:05 -07:00
parent e270fba554
commit e49cf32564
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ K9s uses aliases to navigate most K8s resources.
| `<Esc>` | Bails out of command mode | |
| `d`,`v`, `e`, `l`,... | Key mapping to describe, view, edit, view logs,... | `d` (describes a resource) |
| `:`ctx`<ENTER>` | To view and switch to another Kubernetes context | `:`+`ctx`+`<ENTER>` |
| `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 | |
---