Biao Geng created FLINK-29529:
---------------------------------
Summary: 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
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 pip install
"apache-flink>=1.15.0,<1.16.0"}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)