fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert #122
Reference in New Issue
Block a user
Delete Branch "remove-cpu-limits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove cpu from resource limits while keeping memory limits and all
requests intact. CPU limits cause unnecessary throttling and
overcommit alerts when actual usage is far below limits.