readd config
This commit is contained in:
parent
37510222a6
commit
3505b8f23d
1 changed files with 45 additions and 0 deletions
45
.config/k9s/config.yml
Normal file
45
.config/k9s/config.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
k9s:
|
||||||
|
refreshRate: 2
|
||||||
|
maxConnRetry: 5
|
||||||
|
enableMouse: true
|
||||||
|
headless: true
|
||||||
|
logoless: true
|
||||||
|
crumbsless: false
|
||||||
|
readOnly: false
|
||||||
|
noIcons: true
|
||||||
|
logger:
|
||||||
|
tail: 100
|
||||||
|
buffer: 5000
|
||||||
|
sinceSeconds: 300
|
||||||
|
fullScreenLogs: false
|
||||||
|
textWrap: false
|
||||||
|
showTime: false
|
||||||
|
currentContext: kubernetes-admin@kubernetes
|
||||||
|
currentCluster: kubernetes
|
||||||
|
clusters:
|
||||||
|
kubernetes:
|
||||||
|
namespace:
|
||||||
|
active: ""
|
||||||
|
favorites:
|
||||||
|
- all
|
||||||
|
- default
|
||||||
|
view:
|
||||||
|
active: pods
|
||||||
|
featureGates:
|
||||||
|
nodeShell: false
|
||||||
|
shellPod:
|
||||||
|
image: busybox:1.31
|
||||||
|
command: []
|
||||||
|
args: []
|
||||||
|
namespace: default
|
||||||
|
limits:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 100Mi
|
||||||
|
portForwardAddress: localhost
|
||||||
|
thresholds:
|
||||||
|
cpu:
|
||||||
|
critical: 90
|
||||||
|
warn: 70
|
||||||
|
memory:
|
||||||
|
critical: 90
|
||||||
|
warn: 70
|
||||||
Loading…
Add table
Add a link
Reference in a new issue