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 @@
# fluxctl
> Flux v1 的命令行工具。
> 更多信息:<https://fluxcd.io/legacy/flux/references/fluxctl>。
- 列出当前在特定命名空间中运行的工作负载:
`fluxctl --k8s-fwd-ns={{namespace}} list-workloads`
- 显示已部署和可用的镜像:
`fluxctl list-images`
- 将集群与 Git 仓库同步:
`fluxctl sync`
- 为工作负载开启自动部署:
`fluxctl automate`