Andrew Ellis
12/16/2024, 6:17 PMLimits:
cpu: 4
memory: 16Gi
Requests:
cpu: 3
memory: 12Gi
However, on other pods (such as 1-0-0 and 1-1-0), we see this (notice wrong values, and no limits set):
Requests:
cpu: 100m
memory: 200Mi
Any idea what would be causing that? We've set the following in our values.yaml:
clickhouse:
resources:
requests:
cpu: 3000m
memory: 12Gi
limits:
cpu: 4000m
memory: 16Gi
This is an issue, because the 1-0-0 and 1-1-0 pods are tripping our CPU/Memory alarms with alerts of like "Pod is using 3500% CPU" etc.Andrew Ellis
12/16/2024, 7:07 PM