kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
47 stars 13 forks source link

✨Add initContainer to wait for postgresql Ready status #245

Closed francostellari closed 5 months ago

francostellari commented 6 months ago

Summary

Add initContainer to wait for postgresql Ready status. This prevent kubeflex from acting on CP CRs before the database is ready This dramatically speedup the creation of CPs and prevent crashes.

Related issue(s)

Fixes #

francostellari commented 6 months ago

@pdettori (cc @MikeSpreitzer )