-
Notifications
You must be signed in to change notification settings - Fork 1
/
k9s_config.yaml
58 lines (58 loc) · 1.14 KB
/
k9s_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
k9s:
liveViewAutoRefresh: false
refreshRate: 2
maxConnRetry: 5
enableMouse: false
enableImageScan: false
headless: false
logoless: false
crumbsless: false
readOnly: false
noExitOnCtrlC: false
noIcons: false
shellPod:
image: busybox:1.35.0
namespace: default
limits:
cpu: 100m
memory: 100Mi
skipLatestRevCheck: false
logger:
tail: 100
buffer: 5000
sinceSeconds: 300
fullScreen: false
textWrap: false
showTime: false
currentContext: admin@betty
currentCluster: betty
keepMissingClusters: false
clusters:
betty:
namespace:
active: networking
lockFavorites: false
favorites:
- flux-system
- networking
- web-tools
- cert-manager
- all
- downloads
- kube-system
- rook-ceph
- media
view:
active: pods
featureGates:
nodeShell: false
portForwardAddress: localhost
thresholds:
cpu:
critical: 90
warn: 70
memory:
critical: 90
warn: 70
screenDumpDir: /tmp/k9s-screens-stephen
disablePodCounting: false