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

flinkConfiguration in SessionJob is not accepted

    XMLWordPrintableJSON

Details

    Description

      when declaring extra config in the FlinkSessionJob like in :

      ```yaml
      apiVersion: flink.apache.org/v1beta1
      kind: FlinkSessionJob
      metadata:
      name: flink-state
      namespace: flink
      spec:
      deploymentName: flink-session
      flinkConfiguration:
         kubernetes.operator.periodic.savepoint.interval: 30m
      kubernetes.operator.savepoint.history.max.age: 24h
      kubernetes.operator.savepoint.history.max.count: "25"
       job:
      jarURI:
      https://myendpoint/myjar.jar

      parallelism: 2
      entryClass: com.example.MyClass
      upgradeMode: savepoint
      Getting the error:
      Invalid session job flinkConfiguration key: kubernetes.operator.periodic.savepoint.interval. Allowed keys are [kubernetes.operator.user.artifacts.http.header]
       

      Attachments

        Issue Links

          Activity

            People

              gsomogyi Gabor Somogyi
              eleroy Emmanuel Leroy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: