While trying to apply a hotfix we get the below error:
error when creating "./hotfixes/20250113_24.2-DXO2-HF04/hotfix-mgmt-pod.yaml": pods "hotfix-mgmt-pod" is forbidden: maximum cpu usage per Container is 16, but limit is 200
DX O2 On-premise
The issue is related to a defect. To be fixed in 25.1 HF#2 and Next On-premise releases.
WORKAROUND:
1. cd <DX-HOME>/hotfixes/<HF-HOME>
2. cp apply_hotfix.bash apply_hotfix.bash.orig
3. vim apply_hotfix.bash
Reduce value of cpu from 200 to 4
4. Save the file
5. Rerun the ./hotfixes/<HOTFIX-FOLDER>/apply_hotfix.bash
6. hotfix will complete successfully