improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Support custom etcd repositories #187

Closed cheahjs closed 4 years ago

cheahjs commented 4 years ago

We currently hardcode quay.io/coreos/etcd:<version> as the image to use for the etcd pods.

This should be configurable to allow different repositories and/or custom images.

cheahjs commented 4 years ago

Raised as a result of today's quay.io outage causing issues.