How to modify resource limits for hostplumber pods?
Problem
By default, host-plumber pods have CPU limits sets to 100m
. Due to CPU throttling, need to increase the CPU limit.
Environment
- Plaform9 Managed Edge Cloud - v-5.3.0-2075501
Procedure
Steps to increase the CPU limit
- Exec in to the
Luigi controller manager
pod.
- Go to directory
/etc/plugin_templates/pf9-hostplumber.
There you will havehostplumber.yaml
file.
- Edit the
hostplumber.yam
l and set the new CPU limit
Additional Information
This is only a temporary workaround. If the Luigi controller manager pods are restarted, then the modification will be lost. RFE- 6022 is created to track the requirement to have a proper method to perform modification on add-ons.
Was this page helpful?
On This Page