vertica / vertica-kubernetes

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

Add Sandbox Reconciler to VerticaDB Controller #775

Closed cchen-vertica closed 6 months ago

cchen-vertica commented 6 months ago

This PR adds sandbox reconciler to VerticaDB controller. The reconciler will add subclusters to sandboxes in the database. The change of sandbox fields in CRD will trigger sandbox reconciler, then the reconciler will call vclusterOps to add subclusters to sandboxes.

spilchen commented 6 months ago

Most of the e2e failures should be addressed if you merge up with vnext

cchen-vertica commented 6 months ago

Most of the e2e failures should be addressed if you merge up with vnext

Most of the e2e failures are caused by minio-image-pull error. I fixed e2e-leg-9. I hope the tests will work this time.