Skip to content

Commit 4bd7442

Browse files
committed
add some design details about where to implement it
Signed-off-by: kerthcet <[email protected]>
1 parent 9f2b0ed commit 4bd7442

File tree

1 file changed

+4
-0
lines changed
  • keps/sig-scheduling/3094-pod-topology-spread-considering-taints

1 file changed

+4
-0
lines changed

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ const (
307307
)
308308
```
309309

310+
We will check these policies in the extension points of `PreFilter/PreScore`
311+
in PodTopologySpread plugin, some refactoring works are also needed, but we will
312+
not change the default behavior.
313+
310314
### Test Plan
311315

312316
<!--

0 commit comments

Comments
 (0)