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