You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ti...@apache.org on 2020/02/10 23:34:45 UTC

[flink] 01/01: [FLINK-15977][docs] Update pull request template to include Kubernetes as deployment candidates

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

tison pushed a commit to branch FLINK-15977
in repository https://gitbox.apache.org/repos/asf/flink.git

commit be90c0f90a7a7cd752787c4710a0c4e5acbf74fe
Author: tison <wa...@gmail.com>
AuthorDate: Tue Feb 11 07:34:16 2020 +0800

    [FLINK-15977][docs] Update pull request template to include Kubernetes as deployment candidates
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5157da5..6227dc2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -63,7 +63,7 @@ This change added tests and can be verified as follows:
   - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / no)
   - The serializers: (yes / no / don't know)
   - The runtime per-record code paths (performance sensitive): (yes / no / don't know)
-  - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / no / don't know)
+  - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / no / don't know)
   - The S3 file system connector: (yes / no / don't know)
 
 ## Documentation