You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yun Gao (Jira)" <ji...@apache.org> on 2022/04/13 06:24:00 UTC

[jira] [Updated] (FLINK-18986) KubernetesSessionCli creates RestClusterClient for detached deployments

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

Yun Gao updated FLINK-18986:
----------------------------
    Fix Version/s: 1.16.0
                       (was: 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.16.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.20.1#820001)