Skip to content

Enhancement: Make init try loop optional via envvar setting #17

Description

@jspaleta

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions