Documentation
PodResourceProfile allows you to modify resource requests and limits of existing pods based on triggers.
You can target pods either by specifying a specific workload (name + kind) or by using label selectors. This provides flexibility in applying resource changes to individual workloads or groups of pods.
Configure triggers to define when resource changes should be applied, such as after pod becomes ready or after container starts. You can also set priorities to control which profile applies when multiple profiles match the same pods.
The new resource specifications will replace the existing resource requests and limits in the targeted containers, allowing for dynamic resource adjustment based on your defined conditions.