Bug 1661410
| Summary: | controller-manager pod turn to CrashLoopBackOff after deployed ASB or TSB by operator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Zhang Cheng <chezhang> |
| Component: | Service Catalog | Assignee: | Dan Geoffroy <dageoffr> |
| Status: | CLOSED ERRATA | QA Contact: | Zhang Cheng <chezhang> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.1.0 | CC: | jfan, jiazha, zitang |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:41:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Comment 1
Jay Boyd
2019-01-16 14:27:49 UTC
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 |