You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2020/09/22 06:22:19 UTC

[flink] branch release-1.11 updated: [FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 68b5109  [FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service
68b5109 is described below

commit 68b51098aef8d13fb3b0c9ae689fbfdf3864710e
Author: wangyang0918 <da...@alibaba-inc.com>
AuthorDate: Mon Sep 21 21:54:48 2020 +0800

    [FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service
    
    JobManager rest service and TaskManager query state service are optional. They could be enabled via apply two more yaml files. Refer to https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/kubernetes.html#deploy-job-cluster for more information.
---
 .../test-scripts/container-scripts/job-cluster-service.yaml         | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml b/flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml
index 443a027..16e512d 100644
--- a/flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml
+++ b/flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml
@@ -29,13 +29,9 @@ spec:
     port: 6123
   - name: blob
     port: 6124
-  - name: query
-    port: 6125
-    nodePort: 30025
   - name: ui
     port: 8081
-    nodePort: 30081
-  type: NodePort
+  type: ClusterIP
   selector:
     app: flink
     component: job-cluster