kubernetes-image-puller-operator 1.0.0 is in the CrashLoopBackOff State due to low memory limits
See original GitHub issueDescribe the bug
Che version
other (please specify in additional context)
Steps to reproduce
Install 1.0.0 image puller on a cluster with 100+ namespaces ERROR: Operator pod is crashing
Expected behavior
Operator pod is running without errors
Runtime
OpenShift
Screenshots
No response
Installation method
OperatorHub
Environment
Amazon
Eclipse Che Logs
No response
Additional context
Probably the limits are low:
Resource requests
cpu: 100m, memory: 64Mi
Resource limits
cpu: 100m, memory: 128Mi
Issue Analytics
- State:
- Created a year ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Kubernetes CrashLoopBackOff: What it is, and how to fix it?
CrashLoopBackOff is a Kubernetes state representing a restart ... The memory limits are too low, so the container is Out Of Memory killed....
Read more >Troubleshoot and Fix Kubernetes CrashLoopBackoff Status
Out of memory or resources — check the resource limits are correctly specified. This can be caused by a sudden or unexpected increase...
Read more >Kubernetes CrashLoopBackOff Error: What It Is and How to Fix It
CrashLoopBackOff is a common Kubernetes error, which indicates that a pod failed to start, Kubernetes tried to restart it, and it continued to...
Read more >Understanding Kubernetes CrashLoopBackoff Events
CrashLoopBackOff is a status message that indicates one of your pods is in a constant state of flux—one or more containers are failing...
Read more >Cluster goes into CrashLoopBackOff after 5-10 minutes of ...
The pod seems to be killed by Kubernetes, out of memory. According to the spec it should be running with a 8Gi memory...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ibuziuk I made a PR: https://github.com/che-incubator/kubernetes-image-puller-operator/pull/83
Fixed in 1.0.2 version https://operatorhub.io/operator/kubernetes-imagepuller-operator Closing