You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
GroupQuotaManager 的 refreshRuntimeNoLock方法,在计算配额树时使用的集群资源上限是totalResourceExceptSystemAndDefaultUsed字段,这个字段是剔除system和default配额的,然后在parRuntimeQuotaCalculator.updateOneGroupRuntimeQuota(quotaInfo)这一步,会从root遍历整个配额树,重复计算system和default的runtime(这两个min为0,如果集群中有预置的pod,request>min,一定触发从别人租借资源),导致实际挂在root下的自定义配额没有足够runtime使用
What you expected to happen:
是需要给system和default配额配置min么,还是要在计算runtime时跳过system和default配额 Environment:
Koordinator version: - 最新代码
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
What happened:
GroupQuotaManager 的 refreshRuntimeNoLock方法,在计算配额树时使用的集群资源上限是totalResourceExceptSystemAndDefaultUsed字段,这个字段是剔除system和default配额的,然后在parRuntimeQuotaCalculator.updateOneGroupRuntimeQuota(quotaInfo)这一步,会从root遍历整个配额树,重复计算system和default的runtime(这两个min为0,如果集群中有预置的pod,request>min,一定触发从别人租借资源),导致实际挂在root下的自定义配额没有足够runtime使用
What you expected to happen:
是需要给system和default配额配置min么,还是要在计算runtime时跳过system和default配额
Environment:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: