mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
k9s: add short options (#17322)
This commit is contained in:
parent
78ce83c261
commit
d0f208e8d5
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
|
||||
- Manage a cluster using a given kubernetes namespace:
|
||||
|
||||
`k9s --namespace {{kubernetes_namespace}} --cluster {{cluster_name}}`
|
||||
`k9s {{[-n|--namespace]}} {{kubernetes_namespace}} --cluster {{cluster_name}}`
|
||||
|
||||
- Manage a cluster launching k9s in the pod view and enable debug logging:
|
||||
|
||||
`k9s --command {{pod}} --logLevel debug --cluster {{cluster_name}}`
|
||||
`k9s {{[-c|--command]}} {{pod}} {{[-l|--logLevel]}} debug --cluster {{cluster_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue