add common commands example

mine
Jaga Santagostino 2020-02-22 11:46:54 +01:00
parent c4305e38ee
commit 1d47a9f7a9
No known key found for this signature in database
GPG Key ID: 69BCE331BD9E8B66
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@ K9s uses aliases to navigate most K8s resources.
| Command | Result | Example |
|-----------------------------|----------------------------------------------------|----------------------------|
| `:dp`, `:deploy` | View deployments | |
| `:no`, `:nodes` | View nodes | |
| `:svc`, `:service` | View services | |
| `:`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 |