Skip to content

Commit 0265569

Browse files
Merge pull request #446 from dtfranz/catalog-pod-startup-probe
OCPBUGS-672: Catalog Pod Startup Probe Timeout
2 parents bae42cd + 8c0d84e commit 0265569

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)