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
[x] The PR has a meaningful title. It will be used to auto generate the
changelog.
The PR has a meaningful description that sums up the change. It will be
linked in the changelog.
[x] PR contains a single logical change (to build a better changelog).
[x] Categorize the PR by adding one of the labels:
bug, enhancement, documentation, change, breaking, dependency
as they show up in the changelog.
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
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog.