Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Instructions to deploy cbws / etcd-operator #59

Open
turkenh opened this issue Feb 6, 2020 · 1 comment
Open

Instructions to deploy cbws / etcd-operator #59

turkenh opened this issue Feb 6, 2020 · 1 comment
Assignees

Comments

@turkenh
Copy link

turkenh commented Feb 6, 2020

First of all, thanks a lot for maintaining etcd-operator 馃帀

I already see a lot of improvements compared to original repo and want to switch using this one. However, I couldn't find instruction for installation. Existing instructions seems to still installing coreos/etcd-operator.

I am especially interested in deploying via helm chart and noticed that existing chart accepts operator image as parameter, however, how can we ensure that deployment templates are still compatible?

@nvtkaszpir
Copy link

nvtkaszpir commented Mar 9, 2020

Just use official helm chart from stable/etcd-operator and feed it with custom values file with modified images, such as:

etcdOperator:
  priorityClassName: ""
  name: etcd-operator
  replicaCount: 1
  image:
    repository: cbws/etcd-operator
    tag: v0.10.0
    pullPolicy: Always

Same for backup and restore operators.

Alo it is better to add CRD and then etcd CR as separate helm charts.

notice: we experience etcd cluster wipeout when using stable/etcd-operator helm chart (investigating why it wipes clusters....)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants