You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2021/01/12 09:24:00 UTC

[jira] [Closed] (FLINK-20770) Incorrect description for config option kubernetes.rest-service.exposed.type

     [ https://issues.apache.org/jira/browse/FLINK-20770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-20770.
---------------------------------
    Fix Version/s:     (was: 1.12.1)
                   1.12.2
       Resolution: Fixed

Fixed via

1.13.0: d412c5d1f7bda91cb88b0e00ca071c3b51269181
1.12.2: 64f5d88b1995f0d215e7c23542d56f78417eeb89
1.11.4: c16fe7203e9253d9b3b83c844d426d2706dda83b

> 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, Documentation
>    Affects Versions: 1.12.0, 1.11.3
>            Reporter: Yang Wang
>            Assignee: Yang Wang
>            Priority: Major
>              Labels: pull-request-available, starter
>             Fix For: 1.13.0, 1.11.4, 1.12.2
>
>
> {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)