You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/06/06 19:39:06 UTC

[flink-kubernetes-operator] branch release-1.0 updated: [FLINK-27923] Update quick-start.md (#259)

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/release-1.0 by this push:
     new 25d26fe  [FLINK-27923] Update quick-start.md (#259)
25d26fe is described below

commit 25d26febb55b191241c4da051ebaf2d88b2c97df
Author: jbusche <10...@users.noreply.github.com>
AuthorDate: Mon Jun 6 12:39:02 2022 -0700

    [FLINK-27923] Update quick-start.md (#259)
---
 docs/content/docs/try-flink-kubernetes-operator/quick-start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
index aa4f531..cf28169 100644
--- a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
+++ b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
@@ -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: