caozhen1937 commented on a change in pull request #12296: URL: https://github.com/apache/flink/pull/12296#discussion_r429616627
########## File path: docs/ops/deployment/native_kubernetes.zh.md ########## @@ -168,13 +166,13 @@ appender.console.layout.type = PatternLayout appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %-60c %x - %m%n {% endhighlight %} -If the pod is running, you can use `kubectl exec -it <PodName> bash` to tunnel in and view the logs or debug the process. +如果 pod 正在运行,可以使用 `kubectl exec -it <PodName> bash` 进入 pod 并查看日志或调试进程。 -## Flink Kubernetes Application +## Flink Kubernetes 应用程序 -### Start Flink Application +### 启动 Flink 应用程序 -Application mode allows users to create a single image containing their Job and the Flink runtime, which will automatically create and destroy cluster components as needed. The Flink community provides base docker images [customized](docker.html#customize-flink-image) for any use case. +应用程序模式允许用户创建单个镜像,其中包含他们的作业和 Flink 运行时,该镜像将根据所需自动创建和销毁集群组件。Flink 社区为任何用例提供了基础镜像 [customized](docker.html#customize-flink-image)。 Review comment: 看文档是这样的,docker images customized for any use case提供基础镜像 ---------------------------------------------------------------- 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: us...@infra.apache.org