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
{{ message }}
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Without any resource specifications, the CSI driver pod is among the first that gets evicted when resources are running low on a node. I was filling up /var by pulling a large image on host-1 of the QEMU virtual cluster and the result was:
The other evicted pod was rfs-redisfailover-pmem-75d4b4d856-2qwzf, from the spotahome redis operator. That operator also needs to be fixed to create pods with resource settings.
Without any resource specifications, the CSI driver pod is among the first that gets evicted when resources are running low on a node. I was filling up /var by pulling a large image on host-1 of the QEMU virtual cluster and the result was:
I did not catch the description, but some other evicted pod had this event:
We need to ensure that we properly declare the resource usage of our containers, including all sidecars.
The text was updated successfully, but these errors were encountered: