trinodb / charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamic catalog.management

stefanondisponibile opened this issue · comments

Currently it is not possible to easily use dynamic catalog management because ConfigMaps are mounted as ReadOnly into the coordinator Pod.

It would be nice having a way to work around that, do you have any ideas? Creating an EmptyDir and then moving the files from the current ConfigMap there?

I really need this feature, and I am not so deep in the project. However, what about use a PersistentVolumeClaim instead? So we will be able to restart the coordinator, without lost the changes.