Skip to content

Commit

Permalink
[hotfix] Remove outdated FLINK_JOB parameter from flink-container/kub…
Browse files Browse the repository at this point in the history
…ernetes/README.md
  • Loading branch information
dianfu authored and tillrohrmann committed Jun 13, 2019
1 parent 0256125 commit 69dba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-container/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -`
`FLINK_IMAGE_NAME=<IMAGE_NAME> FLINK_JOB_PARALLELISM=<PARALLELISM> envsubst < job-cluster-job.yaml.template | kubectl create -f -`

Now you should see the `flink-job-cluster` job being started by calling `kubectl get job`.

Expand Down

0 comments on commit 69dba21

Please sign in to comment.