projectsyn / component-csi-cloudscale

Commodore Component: CSI cloudscale.ch
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Remove default CPU limits for CSI driver containers #59

Closed simu closed 1 year ago

simu commented 1 year ago

Some of the work performed by the CSI drivers is very bursty (e.g. decrypting LUKS volumes), and took much longer than expected with the fairly aggressive CPU limits that were configured.

This commit completely removes the CPU limits, since they're not really necessary for a CSI driver.

Checklist