j4ckstraw
j4ckstraw
If you are reporting a problem, please make sure the following information are provided: **Expected behavior and actual behavior:** A clear and concise description of what you expected to happen...
Signed-off-by: j4ckstraw ### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fix https://github.com/koordinator-sh/koordinator/issues/459 ### Ⅲ. Describe how to verify it ### Ⅳ. Special...
**What happened**: filepath.Walk in `getBECgroupCPUSetPathsRecursive` not check the err value. **What you expected to happen**: Walkfunc should check error **How to reproduce it (as minimally and precisely as possible)**: **Anything...
### GitHub Username j4ckstraw ### Requirements - [X] I have reviewed the [community membership guidelines](https://github.com/koordinator-sh/koordinator/blob/main/docs/community/community-membership.md) - [x] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) - [X] I am actively...
implement mid-tier overcommitment in https://koordinator.sh/docs/designs/node-prediction/#mid-tier-overcommitment ` Allocatable[Mid]' := min(Reclaimable[Mid], NodeAllocatable * thresholdRatio) + Unallocated[Mid] Unallocated[Mid] = max(NodeAllocatable - Allocated[Prod], 0) ` ### Ⅰ. Describe what this PR does ### Ⅱ....
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it ### Ⅳ. Special notes for reviews ###...
why use Request if has no metric, how about skip? _Originally posted by @j4ckstraw in https://github.com/koordinator-sh/koordinator/pull/1559#discussion_r1495421865_
fix #1729 ### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it ### Ⅳ. Special notes for...
### Ⅰ. Describe what this PR does fix #1758 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Describe how to verify it ### Ⅳ. Special notes for...
### Ⅰ. Describe what this PR does - make ClusterColocationProfile support priorty - add a annotation to skip next profiles. Maybe you want to only match once, and have priority...