We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f055506 + ec1a26d commit c0d7b20Copy full SHA for c0d7b20
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