Update README with latest commands
parent
015c5e1a16
commit
467f966dce
18
README.md
18
README.md
|
|
@ -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/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue