Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.3, 1.12.0
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
- links to