Issue while deploying the Kubernetes Chart

Hi, We are trying to deploy the Dremio chart available at dremio-cloud-tools/charts/dremio_v2/.

The chart fails to deploy with the following error for the container “upgrade-task” of the pod “dremio-master-0”:

Upgrade failed

com.dremio.datastore.DatastoreException: Process user (dremio) doesn’t match local catalog db owner (70). Please run process as 70.

@kchandrakant Can you please check the owner of the “db” folder on the Master coordinator under /opt/dremio/data, it needs to be owned by dremio

Thanks @balaji.ramaswamy for your response. Since the pod crashes and does not come up, it isn’t easy to check the owner of the mentioned folder. However, we made a change in the chart to make it work. We made the command “chown” in the init-container “chown-data-directory” recursive to include all subdirectories. This resolved the issue for us. But not sure, if this is indeed an issue in the standard chart.

@kchandrakant That probably fixed the owner