You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2023/02/24 17:10:00 UTC

[jira] [Created] (FLINK-31220) Replace Pod with PodTemplateSpec for the pod template properties

Gyula Fora created FLINK-31220:
----------------------------------

             Summary: Replace Pod with PodTemplateSpec for the pod template properties
                 Key: FLINK-31220
                 URL: https://issues.apache.org/jira/browse/FLINK-31220
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Gyula Fora


The current podtemplate fields in the CR use the Pod object for schema. This doesn't make sense as status and other fields should never be specified and they take no effect.

We should replace this with PodTemplateSpec and make sure that this is not a breaking change even if users incorrectly specified status before.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)