Platform9 Edge Cloud
Latest
Frequently Asked Questions
How To
Solution
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How to modify resource limits for hostplumber pods?
Copy Markdown
Open in ChatGPT
Open in Claude
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 managerpod.
Javascript
xxxxxxxxxx# kubectl exec -it <luigi-controller-manager_pod_name> -c manager -n <namespace> -- bash- Go to directory
/etc/plugin_templates/pf9-hostplumber.There you will havehostplumber.yamlfile.
Javascript
xxxxxxxxxxbash-5.1# cd /etc/plugin_templates/pf9-hostplumberbash-5.1# pwd/etc/plugin_templates/pf9-hostplumberbash-5.1# lshostplumber.yaml- Edit the
hostplumber.yaml and set the new CPU limit
Javascript
xxxxxxxxxxresources: requests: cpu: "50m" memory: "50Mi" limits: cpu: "200m" <--- New Value memory: "125Mi"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.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message