Skip to content

Commit

Permalink
Merge pull request #106 from utilitywarehouse/flatcar
Browse files Browse the repository at this point in the history
save etcd-member uuid file to /var/run for compatibility between coreos and flatcar
  • Loading branch information
ribbybibby committed Feb 21, 2020
2 parents b4a1e30 + 5ce3337 commit 4cecaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/etcd-member-dropin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Environment="ETCD_PEER_TRUSTED_CA_FILE=/etc/etcd/ssl/ca.pem"
Environment="ETCD_PEER_CERT_FILE=/etc/etcd/ssl/node.pem"
Environment="ETCD_PEER_KEY_FILE=/etc/etcd/ssl/node-key.pem"
Environment="RKT_RUN_ARGS=\
--uuid-file-save=/var/lib/coreos/etcd-member-wrapper.uuid \
--uuid-file-save=/var/run/etcd-member-wrapper.uuid \
--volume etc-etcd,kind=host,source=/etc/etcd,readOnly=true \
--mount volume=etc-etcd,target=/etc/etcd"
ExecStartPre=/usr/bin/mkdir -p /etc/etcd

0 comments on commit 4cecaf4

Please sign in to comment.