Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 7a29895

Browse files
authored
Merge pull request #86 from pieterlange/feature/wait-between-restarts
Wait 10 seconds between install-kube-system restarts
2 parents df86ecf + 9a64bb7 commit 7a29895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/templates/cloud-config-controller

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ coreos:
186186
[Service]
187187
Type=simple
188188
StartLimitInterval=0
189+
RestartSec=10
189190
Restart=on-failure
190191
ExecStartPre=/usr/bin/systemctl is-active kubelet.service
191192
ExecStartPre=/usr/bin/systemctl is-active docker.service
@@ -203,6 +204,7 @@ coreos:
203204
[Service]
204205
Type=simple
205206
StartLimitInterval=0
207+
RestartSec=10
206208
Restart=on-failure
207209
ExecStartPre=/usr/bin/systemctl is-active kubelet.service
208210
ExecStartPre=/usr/bin/systemctl is-active docker.service

0 commit comments

Comments
 (0)