From 3505b8f23d3e211a60f17e2d3b3308d0c3ab5e96 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 20 Nov 2021 19:41:18 -0800 Subject: [PATCH] readd config --- .config/k9s/config.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .config/k9s/config.yml diff --git a/.config/k9s/config.yml b/.config/k9s/config.yml new file mode 100644 index 0000000..7f8a196 --- /dev/null +++ b/.config/k9s/config.yml @@ -0,0 +1,45 @@ +k9s: + refreshRate: 2 + maxConnRetry: 5 + enableMouse: true + headless: true + logoless: true + crumbsless: false + readOnly: false + noIcons: true + logger: + tail: 100 + buffer: 5000 + sinceSeconds: 300 + fullScreenLogs: false + textWrap: false + showTime: false + currentContext: kubernetes-admin@kubernetes + currentCluster: kubernetes + clusters: + kubernetes: + namespace: + active: "" + favorites: + - all + - default + view: + active: pods + featureGates: + nodeShell: false + shellPod: + image: busybox:1.31 + command: [] + args: [] + namespace: default + limits: + cpu: 100m + memory: 100Mi + portForwardAddress: localhost + thresholds: + cpu: + critical: 90 + warn: 70 + memory: + critical: 90 + warn: 70