add k9s config
This commit is contained in:
parent
0abfc02384
commit
f2903ab7cb
1 changed files with 46 additions and 0 deletions
46
.k9s/config.yml
Normal file
46
.k9s/config.yml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
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:
|
||||
- sccache
|
||||
- all
|
||||
- default
|
||||
view:
|
||||
active: pv
|
||||
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