[
https://issues.apache.org/jira/browse/FLINK-38123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011721#comment-18011721
]
Andrei Kaigorodov commented on FLINK-38123:
-------------------------------------------
The pull request: https://github.com/apache/flink-kubernetes-operator/pull/1004
> 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
>
> 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)