vertica / vertica-kubernetes

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

Tighten the check for expired sandbox config map #907

Closed cchen-vertica closed 1 month ago

cchen-vertica commented 2 months ago

There is an ND error during the online upgrade. After a successful sandboxing, the config map is deleted by the sandbox controller which is not desired. There is a delay for sandbox controller to get the latest sandbox status. I made the expired sandbox check more strict in this PR. You can download the error logs from Jira VER-96105.