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

A controller to deploy and manage etcd clusters inside of Kubernetes

Results 39 etcd-cluster-operator issues
Sort by recently updated
recently updated
newest added

Hi 👋 I just wanted to ask about the status of this project. The last merged commits are quite a while ago. I also noticed that there aren't any reviews...

**Versions of relevant software used** I'm using master branch of Git as of today **What happened** Install instructions didn't work **What you expected to happen** Install instructions to work **How...

**Versions of relevant software used** EKS v1.18.9-eks-d1db3c etcd-cluster-operator-controller master-13-v0.2.0-23-gf84abc6 etcd-cluster-operator-proxy master-13-v0.2.0-23-gf84abc6 etcd v3.5.0 Using Calico as CNI **What happened** Deploying the operator works, but not able to deploy a cluster...

## Changes - Allow podTemplate changes which are handled like version upgrades with a rolling re-deployment cycle of all etcd members. ## Verification - Verified on a tests cluster that...

Hi, We use the etcd-cluster-operator, but we prefer helm to deploy our operators. Can there helm charts available?

Currently the restoreagent executes as root in a pod. The etcd pod, which runs as root, expects the data directory to be owned by `root:root`. So the restore agent must...

AC: * Images are published to improbable's public docker hub on successful build of master with a short SHA * Pushed image is tagged with latest

**Versions of relevant software used** Openshift 4.3 which uses Kubenetes 1.16 **What happened** I'm trying to get the etcd-cluster-operator run on my cluster and provision EtcdClusters. Followed these [Installing instructions](https://github.com/improbable-eng/etcd-cluster-operator/blob/master/docs/installing.md)...

kubectl uses kustomize v2, whereas our Makefile uses kustomize v3. This replaces the installation instructions to use the `kustomize build | kubectl apply -f -` pattern instead of kubectl's built...

## Changes The EtcdCluster and EtcdPeer instances were failing to create by the operator due to missing permissions in the ClusterRole. They have been addressed in this PR by adding...