From 19ea283f7469655d12367f1e245c0d8c1a574922 Mon Sep 17 00:00:00 2001 From: chenrui Date: Mon, 17 Dec 2018 19:59:50 -0500 Subject: [PATCH] fix PR #11649 comments (#11792) * fix PR #11649 comments * add link ref and comment out original line * updates PR per comments --- .../getting-started-guides/ubuntu/troubleshooting.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/getting-started-guides/ubuntu/troubleshooting.md b/content/zh/docs/getting-started-guides/ubuntu/troubleshooting.md index b8d6e6e455..dcc97d6eeb 100644 --- a/content/zh/docs/getting-started-guides/ubuntu/troubleshooting.md +++ b/content/zh/docs/getting-started-guides/ubuntu/troubleshooting.md @@ -126,9 +126,9 @@ to share with a developer to identify problems. This is best accomplished with [ 在带有 Juju 客户端,而客户端配有指向相应的 CDK 部署的控制器的节点上, -下载并执行[CDK Field Agent]中的 collect.py 文件。 +下载并执行[CDK Field Agent](https://github.com/juju-solutions/cdk-field-agent)中的 collect.py 文件。 -Running the script will generate a tarball of system information and includes basic information such as systemctl status, Juju logs, charm unit data, etc. Additional application-specific information may be included as well. + 运行该脚本会生成一个 tar 包,包含系统信息以及诸如 systemctl 状态,Juju 日志,charm 单元数据等基本信息。 额外和应用相关的信息可能也会包含其中。 @@ -139,7 +139,7 @@ Running the script will generate a tarball of system information and includes ba -### Helm 对负载均衡器的影响 +### 负载均衡器对 Helm 的影响 @@ -190,7 +190,7 @@ To deploy using helm, you will need to follow these steps: --> ``` -1. 确定其中一个主节点的公共 IP 地址 +1. 确定其中一个主节点的公开 IP 地址 ``` juju status kubernetes-master @@ -223,7 +223,7 @@ To deploy using helm, you will need to follow these steps: --> If you want to access this data programmatically you can use the JSON output: --> - 本例中,公共 IP 地址为 54.210.100.102。 + 本例中,公开 IP 地址为 54.210.100.102。 如果想编程访问得到这个值,可以使用 JSON 输出: ```