Mat*_*s M 18
它记录在这里:
K9s 使用别名来导航大多数 K8s 资源。
:alias 查看一个 Kubernetes 资源别名
所以你必须输入:
:svc
Run Code Online (Sandbox Code Playgroud)
编辑:热键
您还可以配置自定义热键。这是我的配置文件 ~/.k9s/hotkey.yml
hotKey:
f1:
shortCut: F1
description: View pods
command: pods
f2:
shortCut: F2
description: View deployments
command: dp
f3:
shortCut: F3
description: View statefulsets
command: sts
f4:
shortCut: F4
description: View services
command: service
f5:
shortCut: F5
description: View ingresses
command: ingress
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
4411 次 |
最近记录: |