Skip to content

Commit 9d29e5a

Browse files
dtfranzopenshift-cherrypick-robot
authored andcommitted
Catalog Pod Startup Probe Timeout
Updates the Startup Probe timeoutSeconds for catalog pods to be consistent with the timeouts in the readiness and liveness probes. Also adjusted the failure threshold in order to maintain the ~150s startup time failure as originally designed. Upstream-repository: operator-lifecycle-manager Upstream-commit: 401bfff4df20c97bef08db2dc9fc75bc1879be7a Signed-off-by: dtfranz <[email protected]>
1 parent 3a667ec commit 9d29e5a

File tree

2 files changed

+4
-2
lines changed
  • staging/operator-lifecycle-manager/pkg/controller/registry/reconciler
  • vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler

2 files changed

+4
-2
lines changed

staging/operator-lifecycle-manager/pkg/controller/registry/reconciler/reconciler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ func Pod(source *operatorsv1alpha1.CatalogSource, name string, image string, saN
169169
Command: []string{"grpc_health_probe", "-addr=:50051"},
170170
},
171171
},
172-
FailureThreshold: 15,
172+
FailureThreshold: 10,
173173
PeriodSeconds: 10,
174+
TimeoutSeconds: 5,
174175
},
175176
Resources: corev1.ResourceRequirements{
176177
Requests: corev1.ResourceList{

vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler/reconciler.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)