dianfu commented on a change in pull request #8609: [FLINK-12541][container][python] Add support for Python jobs in build script URL: https://github.com/apache/flink/pull/8609#discussion_r292870666
########## File path: flink-container/kubernetes/README.md ########## @@ -29,7 +29,7 @@ In non HA mode, you should first start the job cluster service: In order to deploy the job cluster entrypoint run: -`FLINK_IMAGE_NAME=<IMAGE_NAME> FLINK_JOB=<JOB_NAME> FLINK_JOB_PARALLELISM=<PARALLELISM> envsubst < job-cluster-job.yaml.template | kubectl create -f -` Review comment: I found that FLINK_JOB has been removed in commit [753e0c6](https://github.com/dianfu/flink/commit/753e0c618a30a19954761cd75fadba4a89836ae1) and just correct the documentation here. What do you think? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services