We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f765d4 + 61fa983 commit e92e2dbCopy full SHA for e92e2db
1 file changed
contrib/coreos/user-data.example
@@ -142,7 +142,7 @@ coreos:
142
[Service]
143
ExecStartPre=/usr/bin/curl -sSL -o /opt/bin/jq http://stedolan.github.io/jq/download/linux64/jq
144
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"
+ 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"
146
- name: increase-nf_conntrack-connections.service
147
command: start
148
content: |
0 commit comments