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.mdpull/21640/head
parent
6023e50494
commit
b438f9ca00
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue