Skip to content

Commit b4ad1f7

Browse files
committed
Allow more time for the etcd cluster to start up
Signed-off-by: Andrei Kvapil <[email protected]>
1 parent 856fede commit b4ad1f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/controller/factory/statefulset.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ func getStartupProbe() *corev1.Probe {
411411
Port: intstr.FromInt32(2381),
412412
},
413413
},
414-
PeriodSeconds: 5,
414+
PeriodSeconds: 5,
415+
FailureThreshold: 10, // Allow more time for the etcd cluster to start up
415416
}
416417
}
417418

0 commit comments

Comments
 (0)