Skip to content

Commit e92e2db

Browse files
committed
Merge pull request #4171 from carmstrong/fix-debug-etcd
fix(contrib): fix debug-etcd
2 parents 6f765d4 + 61fa983 commit e92e2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ coreos:
142142
[Service]
143143
ExecStartPre=/usr/bin/curl -sSL -o /opt/bin/jq http://stedolan.github.io/jq/download/linux64/jq
144144
ExecStartPre=/usr/bin/chmod +x /opt/bin/jq
145-
ExecStart=/usr/bin/bash -c "while true; do curl -sL http://127.0.0.1:4001/v2/stats/leader | /opt/bin/jq . ; sleep 1 ; done"
145+
ExecStart=/usr/bin/bash -c "while true; do curl -sL http://127.0.0.1:4001/v2/stats/self | /opt/bin/jq . ; sleep 1 ; done"
146146
- name: increase-nf_conntrack-connections.service
147147
command: start
148148
content: |

0 commit comments

Comments
 (0)