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,29 @@
# kube-fzf
> 用于对Kubernetes Pods进行命令行模糊搜索的Shell命令。
> 另请参见与之相关的命令`kubectl`。
> 更多信息:<https://github.com/thecasualcoder/kube-fzf>。
- 获取Pod详细信息来自当前命名空间
`findpod`
- 获取Pod详细信息来自所有命名空间
`findpod -a`
- 描述一个Pod
`describepod`
- 尾随Pod日志
`tailpod`
- 进入Pod的容器
`execpod {{shell_command}}`
- 端口转发到Pod
`pfpod {{port_number}}`