vertica / vertica-kubernetes

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

Block access to VerticaRestorePointsQuery for incompatible VerticaDBs #700

Closed chinhtranvan closed 8 months ago

chinhtranvan commented 8 months ago

This PR adds some checks for the new VerticaRestorePointsQuery CR. The VerticaDB should be running with a minimum version of 24.2.0 and should be deployed with vclusterOps. We don't support admintools deployments

spilchen commented 8 months ago

@chinhtranvan I see you are having issues with the online-upgrade-with-transient test. Zhuyou is having issues with it to in his PR. I added a commit (664eb66) to make it less flaky. If that works you may want to merge in his changes when it goes into vnext.

chinhtranvan commented 8 months ago

@chinhtranvan I see you are having issues with the online-upgrade-with-transient test. Zhuyou is having issues with it to in his PR. I added a commit (664eb66) to make it less flaky. If that works you may want to merge in his changes when it goes into vnext.

Yes, I will let @jizhuoyu merge first, then I merge vnext to my branch. Thank you for this information