coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

How to set imagePullSecrets in CRD EtcdCluster? #2115

Open zhm9484 opened 5 years ago

zhm9484 commented 5 years ago

I put the etcd image in a private registry, so i need authentication in order to pull it down. May I ask where I should set imagePullSecrets field in EtcdCluster yaml? Thanks for answering!

vaneyckt commented 5 years ago

just fyi, I'm struggling with this as well

nvtkaszpir commented 5 years ago

Please see https://github.com/coreos/etcd-operator/issues/1960#issuecomment-484099206