add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/k9s.md Normal file
View File

@@ -0,0 +1,20 @@
# k9s
> 查看和管理 Kubernetes 集群。
> 更多信息:<https://k9scli.io/topics/commands/>。
- 使用 kubeconfig 上下文管理集群:
`k9s --context {{kubeconfig_context_name}}`
- 以只读模式管理集群(禁用所有可能导致修改的命令):
`k9s --readonly --cluster {{cluster_name}}`
- 使用指定的 Kubernetes 命名空间管理集群:
`k9s --namespace {{kubernetes_namespace}} --cluster {{cluster_name}}`
- 启动 k9s 在 pod 视图中管理集群并启用调试日志:
`k9s --command {{pod}} --logLevel debug --cluster {{cluster_name}}`