mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
crictl, k9s: capitalize kubernetes (#19974)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> CRI 호환 컨테이너 런타임을 위한 커멘드라인.
|
||||
> 더 많은 정보: <https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md>.
|
||||
|
||||
- 모든 kubernetes 파드 나열 (준비 및 준비되지 않음):
|
||||
- 모든 Kubernetes 파드 나열 (준비 및 준비되지 않음):
|
||||
|
||||
`crictl pods`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Manage CRI-compatible container runtimes.
|
||||
> More information: <https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md>.
|
||||
|
||||
- List all kubernetes pods (Ready and NotReady):
|
||||
- List all Kubernetes pods (Ready and NotReady):
|
||||
|
||||
`crictl pods`
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
`k9s --readonly --cluster {{cluster_name}}`
|
||||
|
||||
- Manage a cluster using a given kubernetes namespace:
|
||||
- Manage a cluster using a given Kubernetes namespace:
|
||||
|
||||
`k9s {{[-n|--namespace]}} {{kubernetes_namespace}} --cluster {{cluster_name}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user