pods "hotfix-mgmt-pod" is forbidden: maximum cpu usage per Container is 16, but limit is 200
search cancel

pods "hotfix-mgmt-pod" is forbidden: maximum cpu usage per Container is 16, but limit is 200

book

Article ID: 409047

calendar_today

Updated On:

Products

DX Operational Observability

Issue/Introduction

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

Environment

DX O2 On-premise

Cause

The issue is related to a defect. To be fixed in 25.1 HF#2 and Next On-premise releases. 

Resolution

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