Hide Forgot
fixed by https://github.com/operator-framework/operator-lifecycle-manager/pull/649
Verified. version: v4.0.0-v0.1.38+abebed4-4-dirty;Upstream:v0.1.38 After increase cpu and memory size, controller pod becomes more stable. $ oc get deployment apiserver -o yaml .... resources: limits: cpu: 100m memory: 140Mi requests: cpu: 100m memory: 40Mi .... resources: limits: cpu: 100m memory: 150Mi requests: cpu: 100m memory: 50Mi
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758