You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2021/01/14 06:31:00 UTC

[jira] [Updated] (FLINK-20650) Mark "native-k8s" as deprecated in docker-entrypoint.sh

     [ https://issues.apache.org/jira/browse/FLINK-20650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yang Wang updated FLINK-20650:
------------------------------
    Description: 
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: We mark the {{native-k8s}} as deprecated and export the environments for all pass-through mode commands, the flink Kubernetes codes should be adjusted accordingly.

 

[1]. [https://github.com/docker-library/official-images/pull/9249]

  was:
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


> Mark "native-k8s" as deprecated 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
>    Affects Versions: 1.12.0
>            Reporter: Yang Wang
>            Assignee: Yang Wang
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.13.0, 1.12.1
>
>
> 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: We mark the {{native-k8s}} as deprecated and export the environments for all pass-through mode commands, 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)