You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zili Chen (Jira)" <ji...@apache.org> on 2020/05/06 02:57:00 UTC

[jira] [Closed] (FLINK-17332) Fix restart policy not equals to Never for native task manager pods

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

Zili Chen closed FLINK-17332.
-----------------------------
    Resolution: Fixed

master(1.11) via 04ab8d236254777e16bdabfceb217190e3b2cfde

> Fix restart policy not equals to Never for native task manager pods
> -------------------------------------------------------------------
>
>                 Key: FLINK-17332
>                 URL: https://issues.apache.org/jira/browse/FLINK-17332
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.10.0, 1.10.1
>            Reporter: Canbin Zheng
>            Assignee: Canbin Zheng
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> Currently, we do not explicitly set the {{RestartPolicy}} for the task manager pods in the native K8s setups so that it is {{Always}} by default.  The task manager pod itself should not restart the failed Container, the decision should always be made by the job manager.
> Therefore, this ticket proposes to set the {{RestartPolicy}} to {{Never}} for the task manager pods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)