update docs + snap release
parent
127414b5e5
commit
2eb817fda8
|
|
@ -76,10 +76,10 @@ snapcraft:
|
|||
bit: Arm
|
||||
bitv6: Arm6
|
||||
bitv7: Arm7
|
||||
grade: devel
|
||||
confinement: devmode
|
||||
# grade: stable
|
||||
# confinement: strict
|
||||
# grade: devel
|
||||
# confinement: devmode
|
||||
grade: stable
|
||||
confinement: strict
|
||||
apps:
|
||||
k9s:
|
||||
plugs: ["home", "network", "kube-config"]
|
||||
|
|
|
|||
21
README.md
21
README.md
|
|
@ -181,16 +181,17 @@ benchmarks:
|
|||
|
||||
K9s uses aliases to navigate most K8s resources.
|
||||
|
||||
| Command | Result | Example |
|
||||
|-----------------------|----------------------------------------------------|----------------------------|
|
||||
| `:`alias`<ENTER>` | View a Kubernetes resource aliases | `:po<ENTER>` |
|
||||
| `?` | Show keyboard shortcuts and help | |
|
||||
| `Ctrl-a` | Show all available resource alias | select+`<ENTER>` to view |
|
||||
| `/`filter`ENTER`> | Filter out a resource view given a filter | `/bumblebeetuna` |
|
||||
| `<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>` |
|
||||
| `:q`, `Ctrl-c` | To bail out of K9s | |
|
||||
| Command | Result | Example |
|
||||
|-----------------------------|----------------------------------------------------|----------------------------|
|
||||
| `:`alias`<ENTER>` | View a Kubernetes resource aliases | `:po<ENTER>` |
|
||||
| `?` | Show keyboard shortcuts and help | |
|
||||
| `Ctrl-a` | Show all available resource alias | select+`<ENTER>` to view |
|
||||
| `/`filter`ENTER` | Filter out a resource view given a filter | `/bumblebeetuna` |
|
||||
| `/`-l label-selector`ENTER` | Filter resource view by labels | `/-l app=fred` |
|
||||
| `<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>` |
|
||||
| `:q`, `Ctrl-c` | To bail out of K9s | |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue