Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion keps/2724-topology-aware-scheduling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,12 @@ requirement) starting from the one with the most free capacity.
The difference from `BestFit` algorithm is in the lack of optimization of
the last domain.

This algorithm was enabled by the `TASProfileMostFreeCapacity` feature flag
This algorithm was enabled by the `TASProfileMostFreeCapacity` feature flag and it
was independent of PodSet's annotations:

| featuregate/annotation | preferred | required | unconstrained |
| -------------------------- | ----------------- | ----------------- | ----------------- |
| TASProfileMostFreeCapacity | MostFreeCapacity | MostFreeCapacity | MostFreeCapacity |

#### Example
Consider a rack with four nodes that can accommodate 3, 3, 2, and 1 pod, respectively.
Expand Down
1 change: 1 addition & 0 deletions site/content/en/docs/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ spec:
| `WorkloadResourceRequestsSummary` | `false` | Alpha | 0.9 | 0.10 |
| `WorkloadResourceRequestsSummary` | `true` | Beta | 0.10 | 0.11 |
| `WorkloadResourceRequestsSummary` | `true` | GA | 0.11 | |
| `TASProfileMostFreeCapacity` | `false` | Deprecated | 0.11 | 0.13 |
| `TASProfileLeastFreeCapacity` | `false` | Deprecated | 0.11 | |
| `TASProfileMixed` | `false` | Deprecated | 0.11 | |

Expand Down