Skip to content

Commit

Permalink
[FLINK-15977][docs] Update pull request template to include Kubernete…
Browse files Browse the repository at this point in the history
…s as deployment candidates

This closes apache#11053 .
  • Loading branch information
tisonkun committed Feb 21, 2020
1 parent a26b75f commit a50b666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50b666

Please sign in to comment.