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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Canbin Zheng created FLINK-17332:
------------------------------------

             Summary: 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
             Fix For: 1.11.0


Currently, we do not explicitly set the {{RestartPolicy}} for the TaskManager Pod in 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 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)