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

Unable to customize rest-service.exposed.type parameter

    XMLWordPrintableJSON

Details

    Description

      When I  create flinkdeployment with flinkconfiguration :

      apiVersion: flink.apache.org/v1beta1
      kind: FlinkDeployment
      metadata:
        name: basic-example
      spec:
        image: xxx
        ingress:
          annotations:
            nginx.ingress.kubernetes.io/rewrite-target: /$2
          className: nginx
          template: /{{namespace}}/{{name}}(/|$)(.*)
        flinkVersion: v1_16
        flinkConfiguration:
          taskmanager.numberOfTaskSlots: "2"
          kubernetes.rest-service.exposed.type: Headless_ClusterIP 

      I got kubernetes.rest-service.exposed.type=ClusterIP in Flink WebUI:

       

      Expect:

      kubernetes.rest-service.exposed.type=Headless_ClusterIP 

      Attachments

        Issue Links

          Activity

            People

              stupid_pig chenyuzhi
              stupid_pig chenyuzhi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: