Andrei Kaigorodov created FLINK-38123:
-----------------------------------------
Summary: 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
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)