nielsbasjes opened a new pull request #11245: [FLINK-15794][Kubernetes] Generate the Kubernetes default image version URL: https://github.com/apache/flink/pull/11245 ## What is the purpose of the change The default image used by Kubernetes is `flink:latest` which causes version compatibility problems if the latest it not exactly the same as what you are using. This change generates the exact version id of the image (i.e. no longer `latest`). ## Brief change log - Generate the project and scala versions into a simple Java class. - Use this generated code to define the docker image tag and related documentation. ## Verifying this change This change is a trivial rework / code cleanup without any test coverage. This changes only the default value. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no, only build plugins - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: yes, by default a different image tag is pulled. - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? docs
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
