Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c9ff0abbc2
4 changed files with 104 additions and 46 deletions
45
.config/k9s/config.yml
Normal file
45
.config/k9s/config.yml
Normal file
|
|
@ -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
|
||||
13
.config/k9s/hotkey.yml
Normal file
13
.config/k9s/hotkey.yml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue