Update k9s config for v0.30 with customizations
This commit is contained in:
parent
fb769a1be0
commit
c02f5ce861
1 changed files with 6 additions and 7 deletions
|
@ -1,12 +1,11 @@
|
|||
k9s:
|
||||
ui:
|
||||
enableMouse: true
|
||||
logoless: true
|
||||
skin: nightfox
|
||||
refreshRate: 2
|
||||
maxConnRetry: 5
|
||||
enableMouse: true
|
||||
headless: false
|
||||
logoless: false
|
||||
crumbsless: false
|
||||
readOnly: false
|
||||
noExitOnCtrlC: false
|
||||
noExitOnCtrlC: true
|
||||
noIcons: false
|
||||
skipLatestRevCheck: false
|
||||
logger:
|
||||
|
@ -30,7 +29,7 @@ k9s:
|
|||
- all
|
||||
- default
|
||||
view:
|
||||
active: pods
|
||||
active: pod
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
shellPod:
|
||||
|
|
Loading…
Reference in a new issue