Skip to content

Commit c29239a

Browse files
committed
chore(contrib/coreos): remove debug-etcd service
This is no longer necessary with the introduction of `etcdctl cluster-health` in etcd 2.
1 parent 27eab71 commit c29239a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ coreos:
8585
[Service]
8686
Type=oneshot
8787
ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 1.12.1'
88-
- name: debug-etcd.service
89-
content: |
90-
[Unit]
91-
Description=etcd debugging service
92-
93-
[Service]
94-
ExecStart=/usr/bin/bash -c "while true; do curl -sL http://127.0.0.1:4001/v2/stats/self | jq . ; sleep 1 ; done"
9588
- name: increase-nf_conntrack-connections.service
9689
command: start
9790
content: |

0 commit comments

Comments
 (0)