Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit bc271af

Browse files
committed
Update etcd-operator to conform to newest standard
1 parent 7f2a6f9 commit bc271af

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ansible/etcd-operator/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## etcd-ansible-operator
22

3-
This operator implements the [etcd-operator](https://github.com/coreos/etcd-operator/) using ansible and is run using [ansible-operator](https://github.com/water-hole/ansible-operator)
3+
This operator implements the [etcd-operator](https://github.com/coreos/etcd-operator/) using ansible built on top of [ansible-operator](https://github.com/water-hole/ansible-operator).
4+
5+
__***Note:***__ This is a work in progress. Features like backup and restore will be added soon. This operator uses a different version of base image to support `failover` feature.
46

57
### Pre-requisites:
68

ansible/etcd-operator/Dockerfile renamed to ansible/etcd-operator/tmp/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ USER ${USER_NAME}
88
ENV RESYNC_PERIOD=8
99
COPY ansible/roles/ ${HOME}/roles/
1010
COPY ansible/playbook.yaml ${HOME}/playbook.yaml
11-
COPY config.yaml ${HOME}/watches.yaml
11+
COPY watches.yaml ${HOME}/watches.yaml

0 commit comments

Comments
 (0)