We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27eab71 + c29239a commit 0f96abeCopy full SHA for 0f96abe
1 file changed
contrib/coreos/user-data.example
@@ -85,13 +85,6 @@ coreos:
85
[Service]
86
Type=oneshot
87
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"
95
- name: increase-nf_conntrack-connections.service
96
command: start
97
content: |
0 commit comments