question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kubernetes-image-puller-operator 1.0.0 is in the CrashLoopBackOff State due to low memory limits

See original GitHub issue

Describe the bug

image

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:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found