Hi there, I'm trying to run this on our Kubernetes clusters which enforce a minimum requests.memory value for pods:
2026/03/10 18:15:15 pods "my-cluster-elasticsearch-diag" is forbidden: minimum memory usage per Container is 32Mi, but request is 20Mi
2026/03/10 18:15:16 pods "my-cluster-kibana-diag" is forbidden: minimum memory usage per Container is 32Mi, but request is 20Mi
It would be great if I could override the default of 20Mi (I think that's preventing the diagnostic from actually running, it's just collecting K8s data AFAICT).
EDIT: I ended up downloading the tool to just customize the template myself. I actually also had to edit the diagnostics pod name as well (some really draconian restrictions in our clusters...).
Hi there, I'm trying to run this on our Kubernetes clusters which enforce a minimum
requests.memoryvalue for pods:It would be great if I could override the default of
20Mi(I think that's preventing the diagnostic from actually running, it's just collecting K8s data AFAICT).EDIT: I ended up downloading the tool to just customize the template myself. I actually also had to edit the diagnostics pod name as well (some really draconian restrictions in our clusters...).