crictl, k9s: capitalize kubernetes (#19974)

This commit is contained in:
Managor
2025-12-13 16:38:37 +02:00
committed by GitHub
parent 73650fa338
commit 7e2e0d7c52
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
> CRI 호환 컨테이너 런타임을 위한 커멘드라인.
> 더 많은 정보: <https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md>.
- 모든 kubernetes 파드 나열 (준비 및 준비되지 않음):
- 모든 Kubernetes 파드 나열 (준비 및 준비되지 않음):
`crictl pods`
+1 -1
View File
@@ -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
View File
@@ -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}}`