dotfiles/k9s_config.yml

53 lines
1,012 B
YAML
Raw Normal View History

2025-03-06 20:06:41 -08:00
k9s:
ui:
enableMouse: true
logoless: true
skin: nightfox
2025-03-06 20:06:41 -08:00
refreshRate: 2
maxConnRetry: 5
noExitOnCtrlC: true
2025-03-06 20:06:41 -08:00
noIcons: false
skipLatestRevCheck: false
logger:
tail: 100
buffer: 5000
sinceSeconds: 300
fullScreenLogs: false
textWrap: false
showTime: false
currentContext: do-sfo2-diana
currentCluster: do-sfo2-diana
clusters:
do-sfo2-diana:
namespace:
active: alpha
lockFavorites: false
favorites:
- alpha
- beta
- prod
- all
- default
view:
active: pod
2025-03-06 20:06:41 -08:00
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-d_mcknight