zookeeper-operator
zookeeper-operator copied to clipboard
A tool that can be used to deploy and manager Apache ZooKeeper clusters/ensembles
> *ring* is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ring` | | Version | `0.17.10` | | URL...
### Affected Stackable version 24.3.0 ### Affected Apache ZooKeeper version 3.8.4 ### Current and expected behavior See https://stackable-workspace.slack.com/archives/C042UDVBRQF/p1738075756767349, originally reported by @djtfmartin Once it has connected once, Curator will pull...
### Affected Stackable version nightly (approaching 25.3) ### Affected Apache ZooKeeper version irrelevant ### Current and expected behavior When configuring external access I expect ZookeeperZnodes to behave the same as...
> `instant` is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `instant` | | Version | `0.1.13` | | URL...
> `derivative` is unmaintained; consider using an alternative | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `derivative` | | Version |...
> [!NOTE] > _Autogenerated PR to update templated files since the last template run up to stackabletech/operator-templating@26d779fc312520d90a6698a380637cfac1f48d2e._ > > | **Trigger-message** | > | - | > | @xeniape: chore:...
## Description Needs https://github.com/stackabletech/operator-rs/pull/1118 Current WIP! state: ```yaml apiVersion: zookeeper.stackable.tech/v1alpha1 kind: ZookeeperCluster metadata: name: simple-zk spec: image: productVersion: 3.9.4 servers: roleGroups: default: replicas: 1 # NEW objectOverrides: - apiVersion: apps/v1...
## Description Part of https://github.com/stackabletech/issues/issues/642 Needs https://github.com/stackabletech/operator-rs/pull/1066 ## Definition of Done Checklist - Not all of these items are applicable to all PRs, the author should update this template to...
_This is actually a problem caused by ZooKeeper client (ie: what is called via `zkCli.sh`)_ ## Problem Accessing a cluster with valid SAN entry: ``` openssl s_client -connect 172.18.0.2:30504 |...