diff --git a/.k9s/config.yml b/.config/k9s/.k9s/config.yml similarity index 100% rename from .k9s/config.yml rename to .config/k9s/.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 diff --git a/.config/k9s/hotkey.yml b/.config/k9s/hotkey.yml new file mode 100644 index 0000000..2d2d486 --- /dev/null +++ b/.config/k9s/hotkey.yml @@ -0,0 +1,13 @@ +hotKey: + shift-1: + shortCut: Shift-1 + description: pods + command: pods + shift-2: + shortCut: Shift-2 + description: deps + command: dp + shift-3: + shortCut: Shift-3 + description: nodes + command: nodes