You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/10/19 15:02:00 UTC

[jira] [Assigned] (FLINK-29529) Update flink version in flink-python-example of flink k8s operator

     [ https://issues.apache.org/jira/browse/FLINK-29529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora reassigned FLINK-29529:
----------------------------------

    Assignee: Sriram Ganesh

> 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)