Skip to content

Commit 88ca8e9

Browse files
committed
add etcd.yaml as a starting point
1 parent db5ad18 commit 88ca8e9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if exist %SEVENZIP% (
3131
powershell -Command "Expand-Archive '%TEMP%\etcd.zip' '%CD%'"
3232
)
3333
MOVE etcd-* %MD%\etcd
34+
COPY src\etcd.yaml %MD%\etcd\
3435
DEL %TEMP%\etcd.zip
3536
@ECHO --- ETCD downloaded ---
3637

src/etcd.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
heartbeat-interval: 100
2+
election-timeout: 1000
3+
listen-peer-urls: http://0.0.0.0:2380
4+
listen-client-urls: http://0.0.0.0:2379
5+
enable-v2: true

0 commit comments

Comments
 (0)