| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 53 | 29 Nov 2021 | |
| latest/candidate | 56 | 29 Nov 2021 | |
| latest/beta | 56 | 29 Nov 2021 | |
| latest/edge | 98 | 20 Apr 2023 | |
| latest/edge | 85 | 21 Oct 2022 | |
| latest/edge | 65 | 09 Feb 2022 | |
| latest/edge | 52 | 29 Nov 2021 | |
| 3/stable | 163 | 26 Nov 2025 | |
| 3/candidate | 163 | 26 Nov 2025 | |
| 3/beta | 163 | 26 Nov 2025 | |
| 3/edge | 163 | 26 Nov 2025 |
juju deploy zookeeper --channel 3/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
certificate-include-ip-sans | boolean
Default: True
Config option to enable or disable IP addresses in the subject alternative names (SAN) used for certificate signing requests for certificates. This should be set to false if the related TLS provider does not support IP addresses in certificates. When removing IPs, it is expected that DNS is setup correctly to resolve unit addresses.
-
expose-external | string
Default: false
String to determine how to expose the Apache ZooKeeper cluster externally from the Kubernetes cluster. Possible values: 'nodeport', 'loadbalancer', 'false'
-
init-limit | int
Default: 5
Amount of time, in ticks, to allow followers to connect and sync to a leader.
-
loadbalancer-extra-annotations | string
String in json format to describe extra configuration for load balancers. Needed for some cloud providers or services.
-
log-level | string
Default: INFO
Level of logging for the different components operated by the charm. Possible values: ERROR, WARNING, INFO, DEBUG
-
sync-limit | int
Default: 2
Amount of time, in ticks, to allow followers to sync with Apache ZooKeeper.
-
tick-time | int
Default: 2000
the length of a single tick, which is the basic time unit used by Apache ZooKeeper, as measured in milliseconds.