[
https://issues.apache.org/jira/browse/FLINK-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Canbin Zheng updated FLINK-17332:
---------------------------------
Description:
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.
was:
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.
> 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
> Priority: Major
> 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)