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_r369136551
##########
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 方式向外暴露
Review comment:
服务通过 NodePort 方式向外暴露=>Ozone通过不同的节点端口提供服务
----------------------------------------------------------------
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]