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

36
pages.zh/common/nomad.md Normal file
View File

@@ -0,0 +1,36 @@
# nomad
> 分布式、高可用、数据中心感知的调度程序。
> 更多信息:<https://www.nomadproject.io/docs/commands/>。
- 显示集群中节点的状态:
`nomad node status`
- 验证作业文件:
`nomad job validate {{path/to/file.nomad}}`
- 规划作业以在集群上执行:
`nomad job plan {{path/to/file.nomad}}`
- 在集群上运行作业:
`nomad job run {{path/to/file.nomad}}`
- 显示当前在集群上运行的作业状态:
`nomad job status`
- 显示特定作业的详细状态信息:
`nomad job status {{job_name}}`
- 跟踪特定分配的日志:
`nomad alloc logs {{alloc_id}}`
- 显示存储卷的状态:
`nomad volume status`