I have a Lenses installation on Kubernetes, but sometimes it shows as “pending” or “evicted” status in some cases. What could be the issue?
Hello ejhon_s
Your problem is likely due to a lack of Kubernetes cluster resources. A Helm Chart is configured by default to consume 5GB of memory (3GB for JVM alone) and has no CPU limits set. You can check the capacity of your cluster, ensure that the nodes to be used have available resources, and adjust the limits in the Helm chart.
1 Like