Update README with latest commands

mine
derailed 2019-02-12 05:45:58 -07:00
parent 015c5e1a16
commit 467f966dce
1 changed files with 9 additions and 9 deletions

View File

@ -91,15 +91,15 @@ k9s -n mybitchns
K9s uses 2 or 3 letters alias to navigate most K8s resource.
| Command | Result | Example |
| ------------------ | -------------------------------------------------- | -------------------- |
| `>`alias`<ENTER>` | List a Kubernetes resource in the active namespace | `>po<ENTER>` |
| Ctrl-A | Show all command aliases | |
| `/`filter`ENTER`> | Filter out a resource view given a filter | `/bumblebeetuna` |
| `<Esc>` | Bails out of command mode | |
| `Ctrl-Key` | Key mapping to view, edit, see logs, etc... | `Ctrl-L` (view logs) |
| `>`ctx`<ENTER>` | To view and switch to another Kubernetes cluster | |
| `Ctrl-q`, `Ctrl-c` | To bail out of K9s | |
| Command | Result | Example |
|-------------------|----------------------------------------------------|------------------|
| `:`alias`<ENTER>` | List a Kubernetes resource in the active namespace | `:po<ENTER>` |
| '?' | Show all command aliases | |
| `/`filter`ENTER`> | Filter out a resource view given a filter | `/bumblebeetuna` |
| `<Esc>` | Bails out of command mode | |
| `e`, `v`, `l` | Key mapping to view, edit, see logs, etc... | `l` (view logs) |
| `:`ctx`<ENTER>` | To view and switch to another Kubernetes cluster | |
| `q`, `Ctrl-c` | To bail out of K9s | |
<br/>