wangyang0918 commented on a change in pull request #11245: [FLINK-15794][Kubernetes] Generate the Kubernetes default image version URL: https://github.com/apache/flink/pull/11245#discussion_r386252191
########## File path: docs/ops/deployment/kubernetes.md ########## @@ -112,7 +112,7 @@ An early version of a [Flink Helm chart](https://github.com/docker-flink/example ### Session cluster resource definitions -The Deployment definitions use the pre-built image `flink:latest` which can be found [on Docker Hub](https://hub.docker.com/r/_/flink/). +The Deployment definitions use the pre-built image `flink:{{ site.version }}-scala_2.11` (or `flink:{{ site.version }}-scala_2.12`) which can be found [on Docker Hub](https://hub.docker.com/r/_/flink/). Review comment: I am afraid we could not use `{{ site.version }}` here. We have at lease two reasons. * When the minor version increase, the `{{ site.version }}` do not change. For example, 1.9.2 has released, and the `{{ site.version }}` is still 1.9.0. * We do not have a image version for the master branch document. ---------------------------------------------------------------- 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
