Skip to content

Commit

Permalink
Merge pull request #1417 from Zhanxueyou/main
Browse files Browse the repository at this point in the history
[zh] Update Chinese docs.
  • Loading branch information
angellk authored Jan 20, 2023
2 parents dd5304a + f7af271 commit a9adfc9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions content/zh/docs/community/related.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Helm的顶层工具。

- [Armada](https://airshipit.readthedocs.io/projects/armada/en/latest/) - 管理各种Kubernetes命名空间中的前缀版本,并删除复杂部署的已完成作业
- [avionix](https://github.com/zbrookle/avionix) - 生成Helm chart和Kubernetes yaml的Python接口,允许继承及更少的代码重复
- [Botkube](https://botkube.io) - 直接从Slack,Discord, Microsoft Teams, 和Mattermost运行Helm命令。
- [Captain](https://github.com/alauda/captain) - 使用HelmRequest和Release CRD的Helm 3控制器
- [Chartify](https://github.com/appscode/chartify) - 从已经存在的Kubernetes资源中生成Helm chart。
- [ChartMuseum](https://github.com/helm/chartmuseum) - 支持 Amazon S3 和Google云存储的Helm
Expand Down
1 change: 1 addition & 0 deletions content/zh/docs/helm/helm_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ helm install [NAME] [CHART] [flags]
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored
--disable-openapi-validation if set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
--dry-run simulate an install
--force force resource updates through a replacement strategy
-g, --generate-name generate the name (and omit the NAME parameter)
-h, --help help for install
--insecure-skip-tls-verify skip tls certificate checks for the chart download
Expand Down
11 changes: 6 additions & 5 deletions content/zh/docs/helm/helm_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: "Helm 状态"
pending-install, pending-upgrade 或 pending-rollback)
- 发布版本修订
- 发布版本描述(可以是完成信息或错误信息,需要用--show-desc启用)
- 列举版本包含的资源,按类型排序
- 列举版本包含的资源(使用--show-resources显示)
- 最后一次测试套件运行的详细信息(如果使用)
- chart提供的额外的注释

Expand All @@ -27,10 +27,11 @@ helm status RELEASE_NAME [flags]
### 可选项

```shell
-h, --help help for status
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
--revision int if set, display the status of the named release with revision
--show-desc if set, display the description message of the named release
-h, --help help for status
-o, --output format prints the output in the specified format. Allowed values: table, json, yaml (default table)
--revision int if set, display the status of the named release with revision
--show-desc if set, display the description message of the named release
--show-resources if set, display the resources of the named release
```
### 从父命令继承的命令
Expand Down
3 changes: 2 additions & 1 deletion content/zh/docs/helm/helm_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helm template [NAME] [CHART] [flags]
### 可选项

```shell
-a, --api-versions stringArray Kubernetes api versions used for Capabilities.APIVersions
-a, --api-versions strings Kubernetes api versions used for Capabilities.APIVersions
--atomic if set, the installation process deletes the installation on failure. The --wait flag will be set automatically if --atomic is used
--ca-file string verify certificates of HTTPS-enabled servers using this CA bundle
--cert-file string identify HTTPS client using this SSL certificate file
Expand All @@ -29,6 +29,7 @@ helm template [NAME] [CHART] [flags]
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored
--disable-openapi-validation if set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema
--dry-run simulate an install
--force force resource updates through a replacement strategy
-g, --generate-name generate the name (and omit the NAME parameter)
-h, --help help for template
--include-crds include CRDs in the templated output
Expand Down

0 comments on commit a9adfc9

Please sign in to comment.