Re: a question about KubernetesConfigOptions

2020-12-21 Thread Yang Wang
Hi Debasish Ghosh, Thanks for the attention on native K8s integration of Flink. 1. For volumes and volumes mount, it is not supported now. And we are trying to get it done via pod template. Refer here[1] for more information. 2. Currently, on different deployments, Flink has different cpu config

a question about KubernetesConfigOptions

2020-12-20 Thread Debasish Ghosh
Hello - In https://github.com/apache/flink/blob/master/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/configuration/KubernetesConfigOptions.java the various supported options are declared as constants. I see that there is no support for options like Volumes and VolumeMounts. Also I se