Merge pull request #36396 from kadtendulkar/kad33

Fix hyperlink on Pod Topology Spread Constraints page
pull/37371/head
Kubernetes Prow Robot 2022-10-18 14:57:02 -07:00 committed by GitHub
commit 342456405d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ topology spread constraints are applied to a Pod if, and only if:
Default constraints can be set as part of the `PodTopologySpread` plugin
arguments in a [scheduling profile](/docs/reference/scheduling/config/#profiles).
The constraints are specified with the same [API above](#api), except that
The constraints are specified with the same [API above](#topologyspreadconstraints-field), except that
`labelSelector` must be empty. The selectors are calculated from the Services,
ReplicaSets, StatefulSets or ReplicationControllers that the Pod belongs to.