Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31220

Replace Pod with PodTemplateSpec for the pod template properties

    XMLWordPrintableJSON

Details

    • Hide
      Deprecation warning:

      We deprecate Pod fields that are not part of the PodTemplateSpec:

      podTemplate.apiVersion
      podTemplate.kind
      podTemplate.status

      These fields should be removed from the FlinkDeployment CR podTemplate fields as they will become unsupported from version 1.9.0.
      Show
      Deprecation warning: We deprecate Pod fields that are not part of the PodTemplateSpec: podTemplate.apiVersion podTemplate.kind podTemplate.status These fields should be removed from the FlinkDeployment CR podTemplate fields as they will become unsupported from version 1.9.0.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              gyfora Gyula Fora
              gyfora Gyula Fora
              Votes:
              1 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: