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

Incorrect description for config option kubernetes.rest-service.exposed.type

    XMLWordPrintableJSON

Details

    Description

      public static final ConfigOption<ServiceExposedType> REST_SERVICE_EXPOSED_TYPE =
         key("kubernetes.rest-service.exposed.type")
         .enumType(ServiceExposedType.class)
         .defaultValue(ServiceExposedType.LoadBalancer)
         .withDescription("The type of the rest service (ClusterIP or NodePort or LoadBalancer). " +
            "When set to ClusterIP, the rest service will not be created.");
      

      The description of the config option is not correct. We will always create the rest service after refactoring the Kubernetes decorators in FLINK-16194

      Attachments

        Issue Links

          Activity

            People

              wangyang0918 Yang Wang
              wangyang0918 Yang Wang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: