Skip to content

Commit b3aff04

Browse files
helayotymacsko
andauthored
Update keps/sig-scheduling/5471-enable-sla-based-scheduling/README.md
Co-authored-by: Maciej Skoczeń <87243939+macsko@users.noreply.github.com>
1 parent a10a446 commit b3aff04

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-scheduling/5471-enable-sla-based-scheduling

1 file changed

+1
-1
lines changed

keps/sig-scheduling/5471-enable-sla-based-scheduling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Extend **core/v1 Toleration** to support **numeric comparison operators** when m
7878
- Primary motivation: allow pods to opt‑in to nodes by `SLA/failure‑probability` values published as taints (e.g., `node.kubernetes.io/sla=950`).
7979
- Scheduler impact is limited to the existing TaintToleration Filter; no new stages or algorithms.
8080

81-
This preserves the well‑understood safety model of taints/tolerations (eviction via`NoExecute`) while enabling threshold‑based placement similar to numeric NodeAffinity, but with better operational semantics.
81+
This preserves the well‑understood safety model of taints/tolerations (eviction via `NoExecute`) while enabling threshold‑based placement similar to numeric NodeAffinity, but with better operational semantics.
8282

8383
## Motivation
8484

0 commit comments

Comments
 (0)