Skip to content

Commit b107abf

Browse files
author
MarkW
authored
Merge pull request #87 from puppetlabs/fix-for-ha
Update kube_addons.pp
2 parents 6501f3a + 52f1820 commit b107abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/kube_addons.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
path => ['/usr/bin', '/bin'],
1515
environment => [ 'HOME=/root', 'KUBECONFIG=/root/admin.conf'],
1616
logoutput => true,
17-
tries => 5,
18-
try_sleep => 5,
17+
tries => 10,
18+
try_sleep => 10,
1919
}
2020

2121
if $bootstrap_controller {

0 commit comments

Comments
 (0)