style95 commented on code in PR #5511:
URL: https://github.com/apache/openwhisk/pull/5511#discussion_r1766626866
##########
ansible/roles/etcd/tasks/deploy.yml:
##########
@@ -38,24 +38,13 @@
- name: (re)start etcd
docker_container:
name: etcd{{ groups['etcd'].index(inventory_hostname) }}
- image: quay.io/coreos/etcd:{{ etcd.version }}
+ image: bitnami/etcd:{{ etcd.version }}
state: started
recreate: true
restart_policy: "{{ docker.restart.policy }}"
volumes: "{{volume_dir | default([])}}"
- command: "/usr/local/bin/etcd \
Review Comment:
I think this can be addressed in a subsequent PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]