You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init loop is great for single backend using embedded etcd.
For more complicated situations with multiple backends or external etcd, it might be good to give users the ability to disable the init loop logic so they can explicitly handle init via a means they control.
For example in k8s, an explicit initcontainer might be best for a statefulset configuration.
Implementation Proposal
have new envvar in entrypoint.sh DISABLE_BACKEND_INIT, if set skip the init wait loop logic entirely.
The text was updated successfully, but these errors were encountered:
init loop is great for single backend using embedded etcd.
For more complicated situations with multiple backends or external etcd, it might be good to give users the ability to disable the init loop logic so they can explicitly handle init via a means they control.
For example in k8s, an explicit initcontainer might be best for a statefulset configuration.
Implementation Proposal
have new envvar in entrypoint.sh
DISABLE_BACKEND_INIT
, if set skip the init wait loop logic entirely.The text was updated successfully, but these errors were encountered: