This is an automated email from the ASF dual-hosted git repository.
liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 551357864a [Docs] Fix Dockerfile and seatunnel-flink.yaml in Set Up
with Kubernetes (#4793)
551357864a is described below
commit 551357864a9775d81f30204cc7c311a00231f4d7
Author: kksxf <[email protected]>
AuthorDate: Sun Aug 6 21:54:52 2023 +0800
[Docs] Fix Dockerfile and seatunnel-flink.yaml in Set Up with Kubernetes
(#4793)
* [Docs] update seatunnel-flink.yaml and Dockerfile to help the demo work
* [Docs] update release-note #4788
---------
Co-authored-by: flynnxue <[email protected]>
Co-authored-by: ic4y <[email protected]>
---
docs/en/start-v2/kubernetes/kubernetes.mdx | 2 +-
release-note.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/en/start-v2/kubernetes/kubernetes.mdx
b/docs/en/start-v2/kubernetes/kubernetes.mdx
index 32555d2410..6ba479aa4f 100644
--- a/docs/en/start-v2/kubernetes/kubernetes.mdx
+++ b/docs/en/start-v2/kubernetes/kubernetes.mdx
@@ -203,7 +203,7 @@ spec:
- key: seatunnel.streaming.conf
path: seatunnel.streaming.conf
job:
- jarURI: local:///opt/seatunnel/starter/seatunnel-flink-starter.jar
+ jarURI: local:///opt/seatunnel/starter/seatunnel-flink-13-starter.jar
entryClass: org.apache.seatunnel.core.starter.flink.SeaTunnelFlink
args: ["--config", "/data/seatunnel.streaming.conf"]
parallelism: 2
diff --git a/release-note.md b/release-note.md
index b542b35a81..9ade9c6143 100644
--- a/release-note.md
+++ b/release-note.md
@@ -183,6 +183,7 @@
- [Docs] Fix markdown syntax (#4426)
- [Docs] Fix Kafka Doc Error Config Key "kafka." (#4427)
- [Docs] Add Transform to Quick Start v2 (#4436)
+- [Docs] Fix Dockerfile and seatunnel-flink.yaml in Set Up with Kubernetes
(#4788)
- [Docs] Fix Mysql sink format doc (#4800)
- [Docs] Add the generate sink sql parameter for the jdbc sink document (#4797)
- [Docs] Add the generate sink sql parameter And example (#4769)