GoogleCloudPlatform / flink-on-k8s-operator

[DEPRECATED] Kubernetes operator for managing the lifecycle of Apache Flink and Beam applications.
Apache License 2.0
658 stars 266 forks source link

Is it better to change the configMap under Flink to Subpath or others? #362

Open danxian-baiheng opened 3 years ago

danxian-baiheng commented 3 years ago

In the existing situation, the flink/conf folder will become read-only and users are not allowed to modify it. If the user wants to add some configuration files, it will be a little tricky in this case. In FlinkCluster Custom Resource Definition, there is no metadata that allowed users to customize Flink conf configMap.

functicons commented 3 years ago

Does adding flinkProperties in the CR work for your case? See more details in the CRD doc.