etcd-operator icon indicating copy to clipboard operation
etcd-operator copied to clipboard

New generation community-driven etcd-operator!

Results 66 etcd-operator issues
Sort by recently updated
recently updated
newest added

# TL;DR This issue is acknowledged and work is in progress to resolve it: - [ ] - #181 - [x] - #207 - [x] - #252 - [x] -...

When a cluster experiences majority failure, but there is at least one known valid copy of a member's data-dir, the cluster can be rebuilt from that copy by launching a...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/aenix-io/etcd-operator). ## Config Migration Needed - [ ]...

When cozystack tried to integrate the etcd-operator (such a problem will haunt all those who will start many etсd clusters in default), we faced the fact that it is necessary...

This meta issue is soped all issues needed to be done for enabling etcd cluster management - https://github.com/aenix-io/etcd-operator/issues/195 - https://github.com/aenix-io/etcd-operator/issues/186#issuecomment-2073498394 - https://github.com/aenix-io/etcd-operator/issues/58 - https://github.com/aenix-io/etcd-operator/issues/163

Following up https://github.com/aenix-io/etcd-operator/issues/76 We need to implement flag that enables or disables mTLS auth in etcd, the [way](https://github.com/clastix/kamaji-etcd/blob/0536a5452d074022edfd5647040d14ee30539aaf/charts/kamaji-etcd/templates/etcd_job_preinstall_2.yaml#L39) it is doing Kamaji: ```bash if etcdctl user get root &>/dev/null; then...

Hey team. Just discovered a bug: 1. Installed an old version of the operator v0.0.1 2. Applied an invalid EtcdCluster for it (with `podSpec`), it started crashing with CrashLoopBackOff -...

bug

We should configure keys for cosign and add section in `README` for verifying images. After we published release v0.0.1, [pipeline](https://github.com/aenix-io/etcd-operator/actions/runs/8386525454/job/22967060947) successfully built image but cosign failed.

bug

# Motivation I started some "R'n'D" (scare quotes intended) for implementing scale up, scale down, self-healing and so on and quickly realized, that the coding of the member add/member remove...

documentation