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:
|
k9s:
|
||||||
|
ui:
|
||||||
|
enableMouse: true
|
||||||
|
logoless: true
|
||||||
|
skin: nightfox
|
||||||
refreshRate: 2
|
refreshRate: 2
|
||||||
maxConnRetry: 5
|
maxConnRetry: 5
|
||||||
enableMouse: true
|
noExitOnCtrlC: true
|
||||||
headless: false
|
|
||||||
logoless: false
|
|
||||||
crumbsless: false
|
|
||||||
readOnly: false
|
|
||||||
noExitOnCtrlC: false
|
|
||||||
noIcons: false
|
noIcons: false
|
||||||
skipLatestRevCheck: false
|
skipLatestRevCheck: false
|
||||||
logger:
|
logger:
|
||||||
|
@ -30,7 +29,7 @@ k9s:
|
||||||
- all
|
- all
|
||||||
- default
|
- default
|
||||||
view:
|
view:
|
||||||
active: pods
|
active: pod
|
||||||
featureGates:
|
featureGates:
|
||||||
nodeShell: false
|
nodeShell: false
|
||||||
shellPod:
|
shellPod:
|
||||||
|
|
Loading…
Reference in a new issue