Merge pull request #534 from philips/fix-link

design-proposals: fix link to multiple-schedulers
This commit is contained in:
Brian Grant 2017-04-21 15:39:47 -07:00 committed by GitHub
commit c5b3dcf378
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ or to reject creation/update of the object. In the future other actions might be
supported, such as applying an initializer.
The first use of `MetadataPolicy` will be to decide which scheduler should
schedule a pod in a [multi-scheduler](../proposals/multiple-schedulers.md)
schedule a pod in a [multi-scheduler](./multiple-schedulers.md)
Kubernetes system. In particular, the policy will add the scheduler name
annotation to a pod based on an annotation that is already on the pod that
indicates the QoS of the pod. (That annotation was presumably set by a simpler