aboutsummaryrefslogtreecommitdiffstats
path: root/.k9s/config.yml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-08-05 05:14:10 +0000
committerterminaldweller <thabogre@gmail.com>2021-08-05 05:14:10 +0000
commit5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a (patch)
treea892e31077574f1c1a340af257bb6e27ae0ad89c /.k9s/config.yml
parentupdate for neomutt (diff)
downloadscripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.tar.gz
scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.zip
a lot of updates and fixes
Diffstat (limited to '.k9s/config.yml')
-rw-r--r--.k9s/config.yml44
1 files changed, 44 insertions, 0 deletions
diff --git a/.k9s/config.yml b/.k9s/config.yml
new file mode 100644
index 0000000..7b74ebf
--- /dev/null
+++ b/.k9s/config.yml
@@ -0,0 +1,44 @@
+k9s:
+ refreshRate: 2
+ maxConnRetry: 5
+ enableMouse: false
+ headless: false
+ logoless: true
+ crumbsless: false
+ readOnly: false
+ noIcons: false
+ logger:
+ tail: 100
+ buffer: 5000
+ sinceSeconds: 60
+ fullScreenLogs: false
+ textWrap: false
+ showTime: false
+ currentContext: minikube
+ currentCluster: minikube
+ clusters:
+ minikube:
+ namespace:
+ active: default
+ favorites:
+ - default
+ view:
+ active: ctx
+ 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