Skip to content

Commit bd5a186

Browse files
authored
Merge pull request #43702 from vaibhav2107/example-reupdate
Add the link of supposed example in topology-spread-constraints.md
2 parents 09256b5 + bbf3000 commit bd5a186

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ There are some implicit conventions worth noting here:
481481
present. This implies that:
482482

483483
1. any Pods located on those bypassed nodes do not impact `maxSkew` calculation - in the
484-
above example, suppose the node `node1` does not have a label "zone", then the 2 Pods will
484+
above [example](#example-conflicting-topologyspreadconstraints), suppose the node `node1`
485+
does not have a label "zone", then the 2 Pods will
485486
be disregarded, hence the incoming Pod will be scheduled into zone `A`.
486487
2. the incoming Pod has no chances to be scheduled onto this kind of nodes -
487488
in the above example, suppose a node `node5` has the **mistyped** label `zone-typo: zoneC`

0 commit comments

Comments
 (0)