From 69dba216fd8e283bfd5cacc3512932417151031a Mon Sep 17 00:00:00 2001 From: Dian Fu Date: Thu, 13 Jun 2019 10:54:02 +0200 Subject: [PATCH] [hotfix] Remove outdated FLINK_JOB parameter from flink-container/kubernetes/README.md --- flink-container/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-container/kubernetes/README.md b/flink-container/kubernetes/README.md index 9302a67017adf..84b5d9c6e3003 100644 --- a/flink-container/kubernetes/README.md +++ b/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= FLINK_JOB= FLINK_JOB_PARALLELISM= envsubst < job-cluster-job.yaml.template | kubectl create -f -` +`FLINK_IMAGE_NAME= FLINK_JOB_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`.