Newer vimrc and asdf
This commit is contained in:
parent
c667df83fa
commit
d784acc82a
4 changed files with 28 additions and 10 deletions
|
|
@ -2,11 +2,13 @@ k9s:
|
|||
refreshRate: 2
|
||||
maxConnRetry: 5
|
||||
enableMouse: true
|
||||
headless: true
|
||||
headless: false
|
||||
logoless: true
|
||||
crumbsless: false
|
||||
readOnly: false
|
||||
noExitOnCtrlC: false
|
||||
noIcons: true
|
||||
skipLatestRevCheck: false
|
||||
logger:
|
||||
tail: 100
|
||||
buffer: 5000
|
||||
|
|
@ -14,27 +16,30 @@ k9s:
|
|||
fullScreenLogs: false
|
||||
textWrap: false
|
||||
showTime: false
|
||||
currentContext: kubernetes-admin@kubernetes
|
||||
currentCluster: kubernetes
|
||||
currentContext: gke_memvp-25499_us-central1-c_ke-cluster-1
|
||||
currentCluster: gke_memvp-25499_us-central1-c_ke-cluster-1
|
||||
clusters:
|
||||
kubernetes:
|
||||
gke_memvp-25499_us-central1-c_ke-cluster-1:
|
||||
namespace:
|
||||
active: all
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- backfill
|
||||
- all
|
||||
- default
|
||||
view:
|
||||
active: pods
|
||||
active: job
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
shellPod:
|
||||
image: busybox:1.31
|
||||
image: busybox:1.35.0
|
||||
command: []
|
||||
args: []
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
labels: {}
|
||||
portForwardAddress: localhost
|
||||
thresholds:
|
||||
cpu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue