hapihu commented on a change in pull request #16780:
URL: https://github.com/apache/flink/pull/16780#discussion_r688658170



##########
File path: 
docs/content.zh/docs/deployment/resource-providers/standalone/kubernetes.md
##########
@@ -184,18 +190,21 @@ flink-taskmanager-64847444ff-7rdl4   1/1     Running      
      3          3m28s
 flink-taskmanager-64847444ff-nnd6m   1/1     Running            3          
3m28s
 ```
 
-You can now access the logs by running `kubectl logs 
flink-jobmanager-589967dcfc-m49xv`
+现在可以通过运行 `kubectl logs flink-jobmanager-589967dcfc-m49xv` 来访问日志。
 
-### High-Availability with Standalone Kubernetes
+<a name="high-availability-with-standalone-kubernetes"></a>
 
-For high availability on Kubernetes, you can use the [existing high 
availability services]({{< ref "docs/deployment/ha/overview" >}}).
+### Standalone 集群配置 HA
 
-#### Kubernetes High-Availability Services
+对于在 Kubernetes 上实现HA,可以参考当前的 [Kubernets 高可用服务]({{< ref 
"docs/deployment/ha/overview" >}})。
 
-Session Mode and Application Mode clusters support using the [Kubernetes high 
availability service]({{< ref "docs/deployment/ha/kubernetes_ha" >}}).
-You need to add the following Flink config options to 
[flink-configuration-configmap.yaml](#common-cluster-resource-definitions).
+<a name="kubernetes-high-availability-services"></a>
 
-<span class="label label-info">Note</span> The filesystem which corresponds to 
the scheme of your configured HA storage directory must be available to the 
runtime. Refer to [custom Flink image]({{< ref 
"docs/deployment/resource-providers/standalone/docker" 
>}}#advanced-customization) and [enable plugins]({{< ref 
"docs/deployment/resource-providers/standalone/docker" 
>}}#using-filesystem-plugins) for more information.
+#### Kubernetes 高可用 Services
+
+Session 模式和 Application 模式集群支持使用 [Kubernetes 高可用服务]({{< ref 
"docs/deployment/ha/kubernetes_ha" >}})。需要在 
[flink-configuration-configmap.yaml](#common-cluster-resource-definitions) 
中添加如下 Flink 配置项。
+
+<span class="label label-info">Note</span> 配置了 HA 
存储目录相对应的文件系统必须在运行时可用。相关更多信息,请参阅 [自定义Flink 镜像]({{< ref 
"docs/deployment/resource-providers/standalone/docker" 
>}}#advanced-customization) 和 [启用文件系统插件]({{< ref 
"docs/deployment/resource-providers/standalone/docker" 
>}}#using-filesystem-plugins) 。

Review comment:
       Ok, that sounds more smooth




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to