Yang Wang created FLINK-20650: --------------------------------- Summary: Rename "native-k8s" command to "generic" in docker-entrypoint.sh Key: FLINK-20650 URL: https://issues.apache.org/jira/browse/FLINK-20650 Project: Flink Issue Type: Improvement Components: Deployment / Kubernetes, flink-docker Reporter: Yang Wang
When we are publishing the image 1.12 to docker hub, some docker guys raise up a issue for the {{docker-entrypoint.sh}}. They want the images to have a certain standard, because they are the official ones. However the proposed {{native-k8s}} command is more like an internal bridge. It is only used for native Kubernetes integration. Another suggestion is removing the "bash -c" wrapper and generate it in the flink codes. Refer here[1] for more information. Note: when we rename the {{native-k8s}} to {{generic}} in the flink-docker project, the flink Kubernetes codes should be adjusted accordingly. [1]. https://github.com/docker-library/official-images/pull/9249 -- This message was sent by Atlassian Jira (v8.3.4#803005)