Compare commits
No commits in common. "8947abc59d52c729e6ffa154ad341bb318a6a298" and "c69e2c85dd37190bdf279d2e7762e1f2984019d2" have entirely different histories.
8947abc59d
...
c69e2c85dd
|
@ -10,7 +10,6 @@ It is lightweight and easy to customize
|
|||
- `3` - edit resource
|
||||
- `4` - logs of pod
|
||||
- `5` - exec to pod
|
||||
- `6` - network debug of pod (with nicolaka/netshoot container attached)
|
||||
- `delete` - delete resource
|
||||
|
||||
You can customize these bindings or add extra bindings in `KEY_BINDINGS` variable of `kls` (in a row #6).
|
||||
|
|
1
kls
1
kls
|
@ -7,7 +7,6 @@ KEY_BINDINGS = { # can be extended
|
|||
"3": 'kubectl -n {namespace} edit {api_resource} {resource}',
|
||||
"4": 'kubectl -n {namespace} logs {resource} | batcat -l log --paging always --style numbers',
|
||||
"5": 'kubectl -n {namespace} exec -it {resource} sh',
|
||||
"6": 'kubectl -n {namespace} debug {resource} -it --image=nicolaka/netshoot',
|
||||
"KEY_DC": 'kubectl -n {namespace} delete {api_resource} {resource}' # KEY_DC is the delete key
|
||||
}
|
||||
# which api resources are on the top of menu?
|
||||
|
|
Loading…
Reference in New Issue