[ 
https://issues.apache.org/jira/browse/FLINK-29529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622610#comment-17622610
 ] 

Sriram Ganesh commented on FLINK-29529:
---------------------------------------

[~bgeng777]/[~gyfora] - 
https://github.com/apache/flink-kubernetes-operator/pull/408

> Update flink version in flink-python-example of flink k8s operator
> ------------------------------------------------------------------
>
>                 Key: FLINK-29529
>                 URL: https://issues.apache.org/jira/browse/FLINK-29529
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Biao Geng
>            Assignee: Sriram Ganesh
>            Priority: Minor
>
> Currently, we hardcoded the version of both flink image and pyflink pip 
> package as 1.15.0 in the example's Dockerfile. It is not the best practice as 
> the flink has new 1.15.x releases.
> We had better do following improvements:
> {{FROM flink:1.15.0 -> FROM flink:1.15}}
> {{RUN pip3 install apache-flink==1.15.0 -> RUN pip3 install 
> "apache-flink>=1.15.0,<1.16.0"}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to