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

etcd operator creates/configures/manages etcd clusters atop Kubernetes

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

https://github.com/coreos/etcd-operator/blob/b2a63ce924602be64a156361f3ee85498843026a/pkg/util/k8sutil/k8sutil.go#L83-L85 it looks like the annotations that get applied to EtcdCluster pods can not be changed. I was hoping to see if the operator supports custom annotations for the EtcdCluster...

I added clusterwide option and deployed the example to kube-system - but the operator never reacted to the example-etcd-cluster.yaml.. I then removed all (incl. roles that were in kube-system) and...

Reported by @matte21 on https://github.com/kubernetes/kubernetes/issues/81508#issuecomment-590646553: > I used to deploy a 3-member etcd v3.3.11 cluster on a Kubernetes 1.16 IKS cluster. The etcd cluster was used to store CRs defined...

I'm unable to use pkg/client to manipulate etcd-operator CRDs using go-client. I've encountered two problems: 1. When the github.com/coreos/etcd-operator package has been installed: ``` [brad@x220 eoctest]$ go build # github.com/coreos/etcd-operator/pkg/generated/clientset/versioned/typed/etcd/v1beta2...

goroutine is not recycled when Etcdbackup(CRD) is modified. For my local build,I modified the following pkg/controller/backup-operator/sync.go ![image](https://user-images.githubusercontent.com/5954969/77520780-acc94500-6ebc-11ea-993c-3c9e17f76f24.png)

I recently tried etcd 3.4.3, hit the same issue https://github.com/etcd-io/etcd/issues/9398 when turning on TLS.

The etcd-operator should allow users to set a pod disruption budget in the Etcd cluster TPR, and perhaps it should also set a pod disruption by default, if unspecified. This...

There hasn't been much activity on etcd operator lately so I'm wondering if there are any plans to keep supporting it, or should it be forked and maintained elsewhere. There...

I use the example in the README.md file and startup a 3 node etcd cluster. I then `kubectl delete pod` 2 of the 3 example-etc-cluster pods. the etcd-operator ends with:...