Re: Running Kubernetes on Flink with Savepoint

2020-06-17 Thread Matt Magsombol
Yeah, our set up is a bit out dated ( since flink 1.7-ish ) but we're effectively just using helm templates...when upgrading to 1.10, I just ended up looking at diffs and change logs for changes... Anyways, thanks, I was hoping that flink has a community supported way of doing this, but I think

Re: Running Kubernetes on Flink with Savepoint

2020-06-15 Thread Robert Metzger
Hi Matt, sorry for the late reply. Why are you using the "flink-docker" helm example instead of https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/kubernetes.html or https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/native_kubernetes.html ? I don't think th

Running Kubernetes on Flink with Savepoint

2020-06-10 Thread Matt Magsombol
We're currently using this template: https://github.com/docker-flink/examples/tree/master/helm/flink for running kubernetes flink for running a job specific cluster ( with a nit of specifying the class as the main runner for the cluster ). How would I go about setting up adding savepoints, so