mirror of
https://github.com/rwxrob/dot
synced 2024-11-10 13:10:37 +00:00
51 lines
992 B
YAML
51 lines
992 B
YAML
k9s:
|
|
refreshRate: 2
|
|
maxConnRetry: 5
|
|
enableMouse: false
|
|
headless: false
|
|
logoless: false
|
|
crumbsless: false
|
|
readOnly: false
|
|
noExitOnCtrlC: false
|
|
noIcons: false
|
|
skipLatestRevCheck: false
|
|
logger:
|
|
tail: 100
|
|
buffer: 5000
|
|
sinceSeconds: 300
|
|
fullScreenLogs: false
|
|
textWrap: false
|
|
showTime: false
|
|
currentContext: minikube
|
|
currentCluster: minikube
|
|
clusters:
|
|
minikube:
|
|
namespace:
|
|
active: kube-system
|
|
lockFavorites: false
|
|
favorites:
|
|
- kube-system
|
|
- default
|
|
view:
|
|
active: pods
|
|
featureGates:
|
|
nodeShell: false
|
|
shellPod:
|
|
image: busybox:1.35.0
|
|
command: []
|
|
args: []
|
|
namespace: default
|
|
limits:
|
|
cpu: 100m
|
|
memory: 100Mi
|
|
labels: {}
|
|
portForwardAddress: localhost
|
|
thresholds:
|
|
cpu:
|
|
critical: 90
|
|
warn: 70
|
|
memory:
|
|
critical: 90
|
|
warn: 70
|
|
screenDumpDir: /tmp/k9s-screens-rwxrob
|