dotfiles/.k9s/config.yml

97 lines
2.2 KiB
YAML
Raw Normal View History

2020-09-17 02:17:36 +00:00
k9s:
refreshRate: 2
2021-05-14 04:50:31 +00:00
maxConnRetry: 5
enableMouse: false
2020-09-17 02:17:36 +00:00
headless: false
2021-05-14 04:50:31 +00:00
crumbsless: false
2020-09-17 02:17:36 +00:00
readOnly: false
noIcons: false
logger:
tail: 100
buffer: 5000
sinceSeconds: -1
fullScreenLogs: false
textWrap: false
showTime: false
2021-06-07 14:11:10 +00:00
currentContext: core-elsevier-platform
currentCluster: arn:aws:eks:eu-west-1:183742092277:cluster/core-elsevier-platform
2020-09-17 02:17:36 +00:00
clusters:
2021-06-07 14:11:10 +00:00
arn:aws:eks:eu-west-1:116634825266:cluster/ce-automation:
namespace:
active: twistlock-operator-system
favorites:
- twistlock-operator-system
- kube-system
- default
view:
active: sc
featureGates:
nodeShell: false
shellPod:
image: busybox:1.31
namespace: default
limits:
cpu: 100m
memory: 100Mi
portForwardAddress: localhost
arn:aws:eks:eu-west-1:183742092277:cluster/core-elsevier-platform:
namespace:
active: platform-manager
favorites:
- platform-manager
- all
- default
view:
active: dp default
featureGates:
nodeShell: false
shellPod:
image: busybox:1.31
namespace: default
limits:
cpu: 100m
memory: 100Mi
portForwardAddress: localhost
arn:aws:eks:eu-west-1:702267635140:cluster/ce-prod:
namespace:
active: default
favorites:
- all
- twistlock-operator-system
- default
view:
active: cj
featureGates:
nodeShell: false
shellPod:
image: busybox:1.31
namespace: default
limits:
cpu: 100m
memory: 100Mi
portForwardAddress: localhost
arn:aws:eks:eu-west-1:781632261136:cluster/test-cluster:
namespace:
active: ""
favorites:
- all
- default
view:
active: po
featureGates:
nodeShell: false
shellPod:
image: busybox:1.31
namespace: default
limits:
cpu: 100m
memory: 100Mi
portForwardAddress: localhost
2020-09-17 02:17:36 +00:00
thresholds:
cpu:
critical: 90
2021-05-14 04:50:31 +00:00
warn: 85
2020-09-17 02:17:36 +00:00
memory:
critical: 90
2021-05-14 04:50:31 +00:00
warn: 85