We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm chart used: ibm-object-storage-plugin-1.1.5 Repo: https://icr.io/helm/ibm-charts
ibm-object-storage-plugin-1.1.5
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
What will solve the problem:
The text was updated successfully, but these errors were encountered: