Skip to content

Commit

Permalink
[FLINK-27923] Update quick-start.md (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusche authored and gyfora committed Jun 6, 2022
1 parent 138b0ba commit 27d26db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ flink-kubernetes-operator default 1 2022-03-09 17 (tel:12022030917):39:55.461359

Once the operator is running as seen in the previous step you are ready to submit a Flink job:
```bash
kubectl create -f https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-0.1/examples/basic.yaml
kubectl create -f https://raw.githubusercontent.com/apache/flink-kubernetes-operator/release-1.0/examples/basic.yaml
```
You may follow the logs of your job, after a successful startup (which can take on the order of a minute in a fresh environment, seconds afterwards) you can:

Expand Down

0 comments on commit 27d26db

Please sign in to comment.