vertica / vertica-kubernetes

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

Remove sandbox and subclusters from vdb at the same time #959

Closed roypaulin closed 1 week ago

roypaulin commented 1 week ago

This fixes the issue that happens when you remove a sandbox and all its subclusters at the same time from the vdb, the pods will be down but will never get deleted. Now, as soon as unsandbox is done the operator will find the statefulset make it rejoin the main cluster where it will be removed.