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

View File

@@ -0,0 +1,20 @@
# kubetail
> 同时跟踪多个Kubernetes pod的日志的工具。
> 更多信息:<https://github.com/johanhaleby/kubetail>。
- 一次性跟踪多个名称以“my_app”开头的pod的日志
`kubetail {{my_app}}`
- 仅跟踪多个pod中的特定容器
`kubetail {{my_app}} -c {{my_container}}`
- 从多个pod中跟踪多个容器
`kubetail {{my_app}} -c {{my_container_1}} -c {{my_container_2}}`
- 同时跟踪多个应用程序,用逗号分隔:
`kubetail {{my_app_1}},{{my_app_2}}`