Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
K9s
Commits
2eb817fd
Commit
2eb817fd
authored
5 years ago
by
derailed
Browse files
Options
Download
Email Patches
Plain Diff
update docs + snap release
parent
127414b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.goreleaser.yml
+4
-4
.goreleaser.yml
README.md
+11
-10
README.md
with
15 additions
and
14 deletions
+15
-14
.goreleaser.yml
+
4
-
4
View file @
2eb817fd
...
...
@@ -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"
]
...
...
This diff is collapsed.
Click to expand it.
README.md
+
11
-
10
View file @
2eb817fd
...
...
@@ -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 | |
---
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help