Add :ns to the readme (#405)
parent
abab960612
commit
8f64ee3b41
|
|
@ -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 | |
|
||||
|
|
|
|||
Loading…
Reference in New Issue