vertica / vertica-kubernetes

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

Enable the ISTIO test for vcluster deployments #716

Closed spilchen closed 8 months ago

spilchen commented 8 months ago

I had to ensure the namespace where the operator is deployed is part of the service mesh so that it can talk to the the REST endpoints. I also set holdApplicationUntilProxyStarts to true to force the istio-proxy container as the first container in the vertica pods. We had some bugs around that setting that were recently fixed.