Removed sentence as embedded link was missing (#21627)

* Removed sentence as embedded link was missing

The link "https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation" is 404 not found. 

Removed the sentence "See Motivation for more details.". Not the ideal solution, but couldn't find the new link.

Better solution would be to replace broken link with correct link.

* Update pod-topology-spread-constraints.md
pull/21640/head
pranavbmcloud 2020-06-10 18:48:51 +05:30 committed by GitHub
parent 6023e50494
commit b438f9ca00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -236,8 +236,7 @@ scheduled - more packed or more scattered.
The "EvenPodsSpread" feature provides flexible options to distribute Pods evenly across different
topology domains - to achieve high availability or cost-saving. This can also help on rolling update
workloads and scaling out replicas smoothly.
See [Motivation](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20190221-pod-topology-spread.md#motivation) for more details.
workloads and scaling out replicas smoothly. See [Motivation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/895-pod-topology-spread#motivation) for more details.
## Known Limitations