[
https://issues.apache.org/jira/browse/FLINK-38123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora closed FLINK-38123.
------------------------------
Fix Version/s: kubernetes-operator-1.13.0
Resolution: Fixed
merged to main 92a269355c02892eed36426cde8e8add3a48aa90
> The autoscaling example image is based on Flink 1.18 rather than 1.20.1.
> ------------------------------------------------------------------------
>
> Key: FLINK-38123
> URL: https://issues.apache.org/jira/browse/FLINK-38123
> Project: Flink
> Issue Type: Bug
> Components: Examples, Kubernetes Operator
> Affects Versions: kubernetes-operator-1.12.1
> Reporter: Andrei Kaigorodov
> Assignee: Andrei Kaigorodov
> Priority: Minor
> Labels: pull-request-available
> Fix For: kubernetes-operator-1.13.0
>
>
> since we build examples using flink 1.20.1 that is defined in the parent
> module:
>
> {code:java}
> <flink.version>1.20.1</flink.version>{code}
>
> we should align it with verion in
> flink-kubernetes-operator/examples/autoscaling/Dockerfile that is currently:
>
> {code:java}
> FROM flink:1.18{code}
> as a result, the example container doesn't start going to the crash loop.
>
> Additionally, we should use an image that uses java 17 i.e.
>
> {code:java}
> FROM flink:1.20.1-java17{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)