We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161b673 commit ec1a26dCopy full SHA for ec1a26d
1 file changed
contrib/coreos/user-data
@@ -50,7 +50,7 @@ coreos:
50
51
[Service]
52
Type=oneshot
53
- ExecStart=/usr/bin/sh -c 'curl -sSL http://deis.io/deisctl/install.sh | sh -s 0.13.1'
+ ExecStart=/usr/bin/sh -c 'curl -sSL --retry 5 --retry-delay 2 http://deis.io/deisctl/install.sh | sh -s 0.13.1'
54
write_files:
55
- path: /etc/deis-release
56
content: |
0 commit comments