You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
es-operator should only query for pods that belong to EDS resources. We therefore need to attach a custom label to the pods belonging to our EDS, so that we can reduce the memory footprint.
Actual Behavior
This code will make es-operator consume huge amounts of memory in large (2k+ pods) clusters.
Steps to Reproduce the Problem
create a huge cluster (doesn't need to be all Elasticsearch)
watch es-operator go OOM
Acceptance criteria
The text was updated successfully, but these errors were encountered:
Expected Behavior
es-operator should only query for pods that belong to EDS resources. We therefore need to attach a custom label to the pods belonging to our EDS, so that we can reduce the memory footprint.
Actual Behavior
This code will make es-operator consume huge amounts of memory in large (2k+ pods) clusters.
Steps to Reproduce the Problem
Acceptance criteria
The text was updated successfully, but these errors were encountered: