guruprasath
guruprasath
@functicons > Thanks for your question! The operator has no first class support for SSL/TLS. If you have successfully configured it through `flinkProperties`, it would be nice if you can...
Did you tried changing here https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/master/Makefile#L65 and did `local build & applied` in your K8s v1.18 cluster? For `local build` maybe you will be interested in this page https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/blob/master/docs/developer_guide.md#developer-guide
@vinaykw please check here for workaround https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/356
Hi, If the flink savepoint was failed to create. And if the checkpoint still persists then set the checkpoint path in the `fromSavepoint` and redo the deployment again so the...