[
https://issues.apache.org/jira/browse/FLINK-20770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17255496#comment-17255496
]
Till Rohrmann commented on FLINK-20770:
---------------------------------------
Good catch. Can you update the description [~fly_in_gis]?
> Incorrect description for config option kubernetes.rest-service.exposed.type
> ----------------------------------------------------------------------------
>
> Key: FLINK-20770
> URL: https://issues.apache.org/jira/browse/FLINK-20770
> Project: Flink
> Issue Type: Improvement
> Components: Deployment / Kubernetes
> Affects Versions: 1.12.0, 1.11.3
> Reporter: Yang Wang
> Priority: Major
> Labels: starter
>
> {code:java}
> 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.");
> {code}
> The description of the config option is not correct. We will always create
> the rest service after refactoring the Kubernetes decorators in FLINK-16194.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)