tisonkun commented on code in PR #363: URL: https://github.com/apache/incubator-streampark-website/pull/363#discussion_r1587013289
########## docs/flink-k8s/1-deployment.md: ########## @@ -80,11 +80,11 @@ parameter descriptions are as below: * **Flink Base Docker Image**: Base Flink Docker Image Tag can be obtained from [DockerHub - offical/flink](https://hub.docker.com/_/flink) .And user can also use private image when Docker Register Account owns `pull` permission of it. -* **Rest-Service Exposed Type**:Description of candidate values for native Flink K8s configuration [kubernetes.rest-service.exposed.type](https://ci.apache.org/projects/flink/flink-docs-stable/docs/deployment/config/#kubernetes) : +* **Rest-Service Exposed Type**:Description of candidate values for native Flink Kubernetes configuration [kubernetes.rest-service.exposed.type](https://ci.apache.org/projects/flink/flink-docs-stable/docs/deployment/config/#kubernetes) : * `ClusterIP`:ip that StreamPark can access; * `LoadBalancer`:resource of LoadBalancer should be allocated in advance, Flink Namespace own permission of automatic binding,and StreamPark can access LoadBalancer`s gateway; - * `NodePort`:StreamPark can access all K8s nodes; -* **Kubernetes Pod Template**: It`s Flink custom configuration of pod-template.The container-name must be flink-main-container. If the k8s pod needs a secret key to pull the docker image, please fill in the information about + * `NodePort`:StreamPark can access all Kubernetes nodes; +* **Kubernetes Pod Template**: It`s Flink custom configuration of pod-template.The container-name must be flink-main-container. If the Kubernetes pod needs a secret key to pull the docker image, please fill in the information about the secret key in the pod template file.The example pod-template is as below: Review Comment: ```suggestion the secret key in the pod template file. Below is an example of pod-template: ``` -- 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]
