wangyang0918 commented on PR #168:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/168#issuecomment-1101282826
Before starting the review, I am wondering whether the application cluster
could also benefit from this. Then users does not need to use the pod template
to download the user jars if they are supported internally.
```
apiVersion: flink.apache.org/v1beta1
kind: FlinkDeployment
metadata:
namespace: default
name: basic-example
spec:
image: flink:1.14
flinkVersion: v1_14
flinkConfiguration:
taskmanager.numberOfTaskSlots: "2"
... ...
job:
jarURI:
https://repo1.maven.org/maven2/org/apache/flink/flink-examples-streaming_2.12/1.14.3/flink-examples-streaming_2.12-1.14.3.jar
parallelism: 2
upgradeMode: stateless
```
--
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]