You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Márton Balassi (Jira)" <ji...@apache.org> on 2022/06/08 13:13:00 UTC

[jira] [Updated] (FLINK-27956) Kubernetes Operator Deployment strategy type should be Recreate

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

Márton Balassi updated FLINK-27956:
-----------------------------------
    Fix Version/s: kubernetes-operator-1.1.0

> Kubernetes Operator Deployment strategy type should be Recreate
> ---------------------------------------------------------------
>
>                 Key: FLINK-27956
>                 URL: https://issues.apache.org/jira/browse/FLINK-27956
>             Project: Flink
>          Issue Type: Bug
>          Components: Kubernetes Operator
>    Affects Versions: kubernetes-operator-1.0.0
>            Reporter: Gyula Fora
>            Assignee: Márton Balassi
>            Priority: Critical
>             Fix For: kubernetes-operator-1.1.0
>
>
> We should change the Deployment strategy.type from the default (RollingUpdate) to Recreate to avoid potential problems when a new operator pod is deployed during upgrade.
> [https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy]
>  
> Only one operator pod is supposed to run at any given time to avoid any errors/inconsistencies, and without HA/leader election, this setting is necessary.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)