vertica / vertica-kubernetes

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

Configure createdb timeout by annotation vertica.com/createdb-timeout #691

Closed jizhuoyu closed 8 months ago

jizhuoyu commented 9 months ago

This adds an annotation to be able to control the timeout we wait during create db for the nodes to come up. The annotation value is: vertica.com/createdb-timeout.

spilchen commented 8 months ago

Lets see if there is a vclusterOps change before merging this.

spilchen commented 8 months ago

The vcluster change with your timeout fix has been sync'd. You can now pull in the latest vclusterops package here to get that change.

jizhuoyu commented 8 months ago

The vcluster change with your timeout fix has been sync'd. You can now pull in the latest vclusterops package here to get that change.

Done.