Zookeeper setting in traefik v2

I'm trying to find the equivalent command line option for v2

      - --zookeeper.endpoint=zookeeper:2181
      - --zookeeper.prefix=traefik

is one available?

Hi @trajano,

the zookeeper provider is not available for now in the v2.0.
You can find a list of available providers in the documentation and the related commands --providers.XXX in the static configuration CLI reference.

I'm looking for the KV store for LetsEncrypt ACME.

Will zookeeper no longer be supported after the 2.0 version?

Some providers will be added (restored) in the future, the KV stores can be in that scope.