Skip to content

Commit

Permalink
Add doc about supporting donotschedule only
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Jan 13, 2022
1 parent 1f00836 commit 7b436cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type TopologySpreadConstraint struct {
// Pod Topology Spread treats "global minimum" as 0.
// As a result, when the number of domains is less than `minDomains`,
// scheduler doesn't schedule a matching Pod to Nodes on the domains that have the same or more number of matching Pods as `maxSkew`.
// Default value is 0.
// Default value is 0. When value is different than 0, WhenUnsatisfiable must be DoNotSchedule.
// +optional
MinDomains *int32
}
Expand Down

0 comments on commit 7b436cd

Please sign in to comment.