[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6320 ---

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202390083 --- Diff: flink-container/docker/build.sh --- @@ -0,0 +1,128 @@ +#!/bin/sh +

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202376970 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose + +##

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202376612 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose + +##

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202376520 --- Diff: flink-container/pom.xml --- @@ -0,0 +1,67 @@

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202376168 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterConfiguration.java --- @@ -18,27 +18,43 @@ package

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202375386 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/EntrypointClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,84 @@

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202373877 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/EntrypointClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,84 @@

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202351378 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose + +## Installation

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202348473 --- Diff: flink-container/docker/build.sh --- @@ -0,0 +1,128 @@ +#!/bin/sh +

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202336290 --- Diff: flink-container/docker/README.md --- @@ -0,0 +1,44 @@ +# Apache Flink cluster deployment on docker using docker-compose + +## Installation

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202332741 --- Diff: flink-container/pom.xml --- @@ -0,0 +1,67 @@

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202332323 --- Diff: flink-container/src/test/java/org/apache/flink/container/entrypoint/StandaloneJobClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,89 @@

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202299810 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/EntrypointClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,84 @@ +/*

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202300463 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/EntrypointClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,84 @@ +/*

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202305883 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/ClusterConfiguration.java --- @@ -18,27 +18,43 @@ package

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202300255 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/ClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,82 @@ +/* + *

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-13 Thread GJL
Github user GJL commented on a diff in the pull request: https://github.com/apache/flink/pull/6320#discussion_r202300519 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/ClusterConfigurationParserFactoryTest.java --- @@ -0,0 +1,82 @@ +/* + *

[GitHub] flink pull request #6320: [FLINK-9823] Add Kubernetes deployment ymls

2018-07-11 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/6320 [FLINK-9823] Add Kubernetes deployment ymls ## What is the purpose of the change The Kubernetes files contain a job-cluster service specification, a job specification for the