voidking commented on issue #3998: URL: https://github.com/apache/incubator-seatunnel/issues/3998#issuecomment-1409893640
I have run seatunnel with k8s flink demo successfully. I'd like to make a PR. So far, I have found several problems in the document [《Set Up with Kubernetes 2.3.0》](https://seatunnel.apache.org/docs/2.3.0/start-v2/kubernetes/): 1. The document version is 2.3.0. But it use 2.3.0-beta source code in the document. 2. The flink operator is too old. `helm add repo` will report 404 error. The recommended version is flink operator 1.3.1 3. The FakeSourceStream and ConsoleSink have been discarded? a. The demo is totally change from version 2.1.2. But it still use the same flink.streaming.conf. It should be change like [《Quick Start With Flink 2.3.0》](https://seatunnel.incubator.apache.org/zh-CN/docs/2.3.0/start-v2/locally/quick-start-flink). b. I haven't find the seatunnel.fake.source.FakeSourceStream.class in the connector-fake-2.3.0.jar. Where can I find it? c. The seatunnel.sink.ConsoleSink didn't show in the plugin-mapping.properties file. 4. It's too complex to prepare a flink.streaming.conf. The simple way is using configmap. 5. The seatunnel-flink.yaml should be updated. a. If use flink operator version 1.3.1, the apiVersion should be `flink.apache.org/v1beta1` b. The right jarURI is `local:///opt/seatunnel/starter/seatunnel-flink-starter.jar`, not `jarURI: local:///opt/seatunnel/lib/seatunnel-flink-starter.jar` c. Mount configmap in pod. If the above is wrong, please point out. Thanks! Then I will provide a PR to fix the problems in the document [《Set Up with Kubernetes 2.3.0》](https://seatunnel.apache.org/docs/2.3.0/start-v2/kubernetes/). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
