Add k9s configuration
This commit is contained in:
parent
fb6b8ffb3e
commit
7c967d6b32
5 changed files with 198 additions and 0 deletions
41
.config/k9s/config.yaml
Normal file
41
.config/k9s/config.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
k9s:
|
||||
liveViewAutoRefresh: false
|
||||
screenDumpDir: /tmp/k9s-screens-d_mcknight
|
||||
refreshRate: 2
|
||||
maxConnRetry: 5
|
||||
readOnly: false
|
||||
noExitOnCtrlC: true
|
||||
portForwardAddress: localhost
|
||||
ui:
|
||||
enableMouse: true
|
||||
headless: false
|
||||
logoless: true
|
||||
crumbsless: false
|
||||
splashless: false
|
||||
reactive: false
|
||||
noIcons: false
|
||||
skin: nightfox
|
||||
defaultsToFullScreen: false
|
||||
useFullGVRTitle: false
|
||||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod: null
|
||||
imageScans:
|
||||
enable: false
|
||||
exclusions:
|
||||
namespaces: []
|
||||
labels: {}
|
||||
logger:
|
||||
tail: 100
|
||||
buffer: 5000
|
||||
sinceSeconds: 300
|
||||
textWrap: false
|
||||
disableAutoscroll: false
|
||||
showTime: false
|
||||
thresholds:
|
||||
cpu:
|
||||
critical: 90
|
||||
warn: 70
|
||||
memory:
|
||||
critical: 90
|
||||
warn: 70
|
Loading…
Add table
Add a link
Reference in a new issue