"One customization we did was to have the job-submitter pod search for the
latest checkpoint or savepoint in S3 and then submit this information with
the Flink job to the Flink cluster"
I am aware that the Google operator does not support redeploying from last
checkpoint it always uses savepoint s
For context, we have forked the GoogleCloudPlatform operator (
https://github.com/GoogleCloudPlatform/flink-on-k8s-operator), and we have
customized it a bit to fit our use cases here. One customization we did was
to have the job-submitter pod search for the latest checkpoint or savepoint
in S3 and
This is great news, as we're using statefun as well.
Please don't hesitate to let me know if you need me to do some additional
testing on a real life prod-like setup.
On Sat, 24 Jun 2023 at 18:41, Galen Warren via user
wrote:
> Great -- thanks!
>
> I'm going to be out of town for about a week b
Like s3.secret-key, the plaintext password cannot be directly written in
the configuration. Is there a template language like jinja that can be
replaced after mounting to the pod?
>
hi all, How to specify the password and other information that needs to be
encrypted in the configuration file?
Hi!
We don't have imagePullSecrets as part of the FlinkDeplyomentSpec at the
moment, however you can simply use the following built in Flink
configuration:
https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/deployment/config/#kubernetes-container-image-pull-secrets
kubernetes.containe
Hello,
Created a TCP server socket single source function and it is opened on a
single POD (taskmanager) of Kubernetes cluster out of a set of PODs
(taskmanager) by Flink. Is there any way to know on which POD (taskmanager) it
is opened? Does Flink gives any such information?
This is needed
Hi Flink Experts,
When I need to fetch a customer Docker image (built on top of Flink 1.17 to
add connectors or SQL code) from our organization's private registry using *K8s
operator, it fails with the error. Although image is present on repo, and
able to pull on my local machine after pushing to