[
https://issues.apache.org/jira/browse/FLINK-18986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322972#comment-17322972
]
Flink Jira Bot commented on FLINK-18986:
----------------------------------------
This issue is assigned but has not received an update in 7 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> 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
> Assignee: Chesnay Schepler
> Priority: Minor
> Labels: pull-request-available, stale-assigned, usability
> Fix For: 1.13.0
>
>
> 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)