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

[jira] [Closed] (FLINK-16598) Respect the rest port exposed by Service in Fabric8FlinkKubeClient#getRestEndpoint

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

Zili Chen closed FLINK-16598.
-----------------------------
    Resolution: Fixed

master(1.11) via 135d2e2c8c493d023395c0146989c759ccb1a8d5

> Respect the rest port exposed by Service in Fabric8FlinkKubeClient#getRestEndpoint
> ----------------------------------------------------------------------------------
>
>                 Key: FLINK-16598
>                 URL: https://issues.apache.org/jira/browse/FLINK-16598
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.10.0
>            Reporter: Canbin Zheng
>            Assignee: Canbin Zheng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Steps to reproduce the problem:
>  # Start a Kubernetes session cluster, by default, the rest port exposed by the rest Service is 8081.
>  # Submit a job to the session cluster, but specify a different rest port via -Drest.port=8082.
> As we can see, the job could never be submitted to the existing session cluster since we retrieve the port of the Endpoint from the Flink configuration object instead of the created Service.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)