vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

Mount scrutinize directory in server container #733

Closed roypaulin closed 7 months ago

roypaulin commented 7 months ago

During the execution of the scrutinize process, it failed to collect system table information due to the inability to create the staging directory. This occurred because the directory is created from the HTTPS service, which operates within the server container. However, the container lacked access to the scrutinize mount path (/tmp/scrutinize). This change addresses the problem by mounting the required directory in the server container. Upon upgrading the operator with this fix, a rolling update will be initiated across all statefulsets to incorporate the new mount.

roypaulin commented 7 months ago

Looks good!

roypaulin commented 7 months ago

I am going to open another PR today for the new env var.