Helm chart used: ibm-object-storage-plugin-1.1.5
Repo: https://icr.io/helm/ibm-charts
We are seing frequent throtling of ibmcloud-object-storage-driver, and would like to set limits separately to get rid of it.
Currently this chart has one unified resource section for both plugin and driver requests and limits.
What there is now:
resource:
memory: 128Mi
cpu: 200m
What will solve the problem:
plugin:
resources:
requests:
memory: 128Mi
cpu: 200m
limits:
memory: 256Mi
cpu: 300m
driver:
resources:
requests:
memory: 128Mi
cpu: 200m
limits:
memory: 256Mi
cpu: 300m
Helm chart used:
ibm-object-storage-plugin-1.1.5Repo:
https://icr.io/helm/ibm-chartsWe are seing frequent throtling of ibmcloud-object-storage-driver, and would like to set limits separately to get rid of it.
Currently this chart has one unified resource section for both plugin and driver requests and limits.
What there is now:
What will solve the problem: