Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6344#discussion_r202895544
--- 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 --
Shall we give a example or more documentation to guide how to pass the
command line arguments? for example the format, like "--arg val" or something
else? because here are many formats such as "--key value", "-Dxxx=xx".
---