[
https://issues.apache.org/jira/browse/FLINK-18986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xintong Song updated FLINK-18986:
---------------------------------
Fix Version/s: (was: 1.14.0)
1.14.1
1.15.0
> KubernetesSessionCli creates RestClusterClient for detached deployments
> -----------------------------------------------------------------------
>
> Key: FLINK-18986
> URL: https://issues.apache.org/jira/browse/FLINK-18986
> Project: Flink
> Issue Type: Bug
> Components: Deployment / Kubernetes
> Affects Versions: 1.11.0
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: auto-unassigned, pull-request-available, usability
> Fix For: 1.15.0, 1.14.1
>
>
> The {{KubernetesSessionCli}} creates a {{ClusterClient}} for retrieving the
> {{clusterId}} if the cluster was just started.
> However, thisĀ {{clusterId}} is only used in attached executions.
> For detached deployments where {{kubernetes.rest-service.exposed.type}} is
> set to {{ClusterIP}} this results in unnecessary error messages about the
> {{RestClusterClient}} not being able to be created.
> Given that there is no need to create the client in this situation, we should
> skip this step.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)