Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-etcd-rewrite #202

Merged
merged 4 commits into from
Sep 26, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions v_0_1_0/master_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ coreos:
RestartSec=0
TimeoutStopSec=10
LimitNOFILE=40000
Environment=IMAGE=quay.io/coreos/etcd:v3.1.8
Environment=IMAGE=quay.io/coreos/etcd:v3.2.7
Environment=NAME=%p.service
EnvironmentFile=/etc/network-environment
ExecStartPre=-/usr/bin/docker stop $NAME
Expand Down Expand Up @@ -1098,7 +1098,9 @@ coreos:
--initial-cluster-token k8s-etcd-cluster \
--initial-cluster etcd0=https://127.0.0.1:2380 \
--initial-cluster-state new \
--data-dir=/var/lib/etcd
--data-dir=/var/lib/etcd \
--auto-compaction-retention=1 \
--enable-v2

[Install]
WantedBy=multi-user.target
Expand Down