xiaoyuyao commented on a change in pull request #440: HDDS-2738. 
start/Minikube.md translated to Chinese
URL: https://github.com/apache/hadoop-ozone/pull/440#discussion_r369137858
 
 

 ##########
 File path: hadoop-hdds/docs/content/start/Minikube.zh.md
 ##########
 @@ -21,33 +21,33 @@ weight: 21
 
 
 {{< requirements >}}
- * Working minikube setup
+ * minikube
  * kubectl
 {{< /requirements >}}
 
-`kubernetes/examples` folder of the ozone distribution contains kubernetes 
deployment resource files for multiple use cases. By default the kubernetes 
resource files are configured to use `apache/ozone` image from the dockerhub.
+ozone 发行包中的 `kubernetes/examples` 文件夹下包含了多种用途的 kubernetes 部署资源文件,这些资源文件默认使用 
Docker Hub 上的 `apache/ozone` 镜像。
 
-To deploy it to minikube use the minikube configuration set:
+使用 minikube 资源集在 minikube 上进行部署:
 
 ```
 cd kubernetes/examples/minikube
 kubectl apply -f .
 ```
 
-And you can check the results with
+使用下面的命令检查结果:
 
 ```
 kubectl get pod
 ```
 
-Note: the kubernetes/examples/minikube resource set is optimized for minikube 
usage:
+注意:kubernetes/exampls/minikube 资源集为 minikube 部署进行了如下优化:
 
- * You can have multiple datanodes even if you have only one host (in a real 
production cluster usually you need one datanode per physical host)
- * The services are published with node port
+ * 即使你只有一个主机,也可以运行多个 Datanode(在实际的生产集群中,每个物理主机上通常只运行一个 Datanode)
+ * 服务通过 NodePort 方式向外暴露
 
-## Access the services
+## 访问服务
 
-Now you can access any of the services. For each web endpoint an additional 
NodeType service is defined in the minikube k8s resource set. NodeType services 
are available via a generated port of any of the host nodes:
+现在你可以访问 Ozone 的各个服务,minikube 资源集为每个 web 端点额外定义了一个 NodePort 服务,NodePort 
服务可以通过任意节点的指定端口进行访问:
 
 Review comment:
   通过任意节点的指定端口进行访问-》通过指定端口从任意节点访问。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to