Github user dawidwys commented on a diff in the pull request:
https://github.com/apache/flink/pull/6344#discussion_r203325086
--- Diff: flink-container/kubernetes/README.md ---
@@ -17,6 +17,7 @@ The files contain the following variables:
- `${FLINK_IMAGE_NAME}`: Name of the image to use for the container
- `${FLINK_JOB}`: Name of the Flink job to start (the user code jar must
be included in the container image)
+- `${FLINK_JOB_ARGUMENS}`: Job specific command line arguments
--- End diff --
I removed it for the time being as in fact I haven't addresed the
kubernetes part yet.
---