dotfiles/.k9s/config.yml

71 lines
1.3 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
currentContext: microk8s
currentCluster: microk8s-cluster
2020-09-17 02:17:36 +00:00
clusters:
2021-06-08 07:55:29 +00:00
clusterfun-scaleway:
2021-06-07 14:11:10 +00:00
namespace:
active: git-sync
2021-06-07 14:11:10 +00:00
favorites:
- all
- git-sync
2021-06-08 07:55:29 +00:00
- kube-system
- opengraph
- workadventure
- blog
- monitoring
- inlets
- dashboard
2021-06-07 14:11:10 +00:00
view:
active: po
2021-06-07 14:11:10 +00:00
featureGates:
nodeShell: false
shellPod:
image: busybox:1.31
namespace: default
limits:
cpu: 100m
memory: 100Mi
portForwardAddress: localhost
2021-06-08 07:55:29 +00:00
microk8s-cluster:
2021-06-07 14:11:10 +00:00
namespace:
active: ""
favorites:
- monitoring
2021-06-08 07:55:29 +00:00
- ingress
- kube-system
- argocd
2021-06-07 14:11:10 +00:00
- all
- default
view:
active: po
2021-06-07 14:11:10 +00:00
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-06-08 07:55:29 +00:00
warn: 70
2020-09-17 02:17:36 +00:00
memory:
critical: 90
2021-06-08 07:55:29 +00:00
warn: 70