


Here is my resource limits and requests for the data pods Limits: Warning FailedScheduling 56s (x5 over 3m35s) default-scheduler 0/11 nodes are available: 3 Insufficient memory, 3 node(s) didn't match pod affinity/anti-affinity, 3 node(s) didn't satisfy existing pods anti-affinity rules, 5 node(s) didn't match node selector. Here is the events when I describe pod Events: Prometheus-elasticsearch-exporter-6d6c5d49cf-4w7gc 1/1 Running 0 22h Here is what my cluster looks like kubectl get pods -n es (Total limits may be over 100 percent, i.e., overcommitted.) Here is the output of one of these r5 nodes. They are r5.2Xlarge's which have 64G of memory. Right now I have 3 memory optimized ec2 instances for these data pods. I have the data pods going to memory optimized nodes which are tainted so that only the elasticsearch data pods get scheduled to the. I have an elasticsearch cluster in a kubernetes cluster.
