vertica / vertica-kubernetes

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

Service object expose or disable. #852

Open bencetamasbalint opened 3 months ago

bencetamasbalint commented 3 months ago

Hi Vertica team,

Please create an option for allowing/disabling or please expose the Kubernetes service object settings for the operator. The service object created by the operator could not get the following settings for example:

roypaulin commented 1 week ago

Hi @bencetamasbalint, we already expose essential fields of a service object that we think are useful for Vertica on Kubernetes. Do you mind telling us some use cases where you would need to have more control over the service object?

bencetamasbalint commented 1 week ago

Hi @roypaulin, As an example for use case, we would like to see the host ip when connecting to vertica, and for that we need to set the externalTrafficPolicy to local. For the IPfamilies and the servicePort, we have design rules in our product that it needs to be configurable. Best regards, Bence