Hi! I think you forgot to upgrade the operator CRD (which contains the updates enum values).
Please see: https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/upgrade/#1-upgrading-the-crd Cheers Gyula On Mon, 12 Jun 2023 at 13:38, Liting Liu (litiliu) <liti...@cisco.com> wrote: > Hi, I was trying to submit a flink 1.17 job with the > flink-kubernetes-operator version v1.5.0. > But encountered the below exception: > > > The FlinkDeployment "test-scale-z6t4cd" is invalid: spec.flinkVersion: > Unsupported value: "v1_17": supported values: "v1_13", "v1_14", "v1_15", > "v1_16" > > > I think the flink-operator should have supported flink 1.17, because as > https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.5/docs/custom-resource/autoscaler/ > requires, > autoscaler only work well with flink 1.17. > > > >