Add :ns to the readme (#405)

mine
Roey Darwish Dror 2019-11-07 06:33:55 +02:00 committed by Gustavo Silva Paiva
parent abab960612
commit 8f64ee3b41
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ K9s uses aliases to navigate most K8s resources.
| `<Esc>` | Bails out of command/filter 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>` |
| `:`ns`<ENTER>` | To view and switch to another Kubernetes namespace | `:`+`ns`+`<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 | |