diff --git a/pages.ko/common/crictl.md b/pages.ko/common/crictl.md index bb5427e0ba..1eaf6cf35c 100644 --- a/pages.ko/common/crictl.md +++ b/pages.ko/common/crictl.md @@ -3,7 +3,7 @@ > CRI 호환 컨테이너 런타임을 위한 커멘드라인. > 더 많은 정보: . -- 모든 kubernetes 파드 나열 (준비 및 준비되지 않음): +- 모든 Kubernetes 파드 나열 (준비 및 준비되지 않음): `crictl pods` diff --git a/pages/common/crictl.md b/pages/common/crictl.md index 3825fe528f..7b85863780 100644 --- a/pages/common/crictl.md +++ b/pages/common/crictl.md @@ -3,7 +3,7 @@ > Manage CRI-compatible container runtimes. > More information: . -- List all kubernetes pods (Ready and NotReady): +- List all Kubernetes pods (Ready and NotReady): `crictl pods` diff --git a/pages/common/k9s.md b/pages/common/k9s.md index 0aac9e8e1a..c731471a27 100644 --- a/pages/common/k9s.md +++ b/pages/common/k9s.md @@ -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}}`