Skip to content

Commit 47de0c3

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 2fbb6fb commit 47de0c3

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
@@ -162,8 +162,9 @@ func Pod(source *operatorsv1alpha1.CatalogSource, name string, img string, saNam
162162
Command: []string{"grpc_health_probe", "-addr=:50051"},
163163
},
164164
},
165-
FailureThreshold: 15,
165+
FailureThreshold: 10,
166166
PeriodSeconds: 10,
167+
TimeoutSeconds: 5,
167168
},
168169
Resources: corev1.ResourceRequirements{
169170
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)