Apache Zookeeper - K8s
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 10 | 09 Mar 2022 | |
latest/beta | 8 | 08 Jun 2021 | |
latest/edge | 21 | 12 Apr 2023 | |
latest/edge | 16 | 15 Oct 2022 | |
3/stable | 51 | 27 Feb 2024 | |
3/candidate | 51 | 27 Feb 2024 | |
3/beta | 51 | 27 Feb 2024 | |
3/edge | 67 | 16 Oct 2024 |
juju deploy zookeeper-k8s --channel 3/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
get-super-password
Returns the Zookeeper super user password (for the cluster). Used to get administrator access to the cluster. Used mainly by the Kafka Charmed Operator.
-
get-sync-password
Returns the Zookeeper sync user password. This user is only for internal quorum handling.
-
pre-upgrade-check
Run necessary pre-upgrade checks before executing a charm upgrade.
-
resume-upgrade
Resume a rolling upgrade after asserting successful upgrade of a new revision.
-
set-password
Change the system user's password, which is used by the charm. It is for internal charm users and SHOULD NOT be used by applications. This action must be called on the leader unit.
- Params
-
password string
The password will be auto-generated if this option is not specified.
-
username string
The username, the default value 'operator'. Possible values - super, sync.
-
set-tls-private-key
Set the privates key, which will be used for certificate signing requests (CSR). Run for each unit separately.
- Params
-
internal-key string
The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified.