Skip to content

Commit

Permalink
Merge pull request kubernetes#1390 from martyanov/fix-mesos-paper-url
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix outdated Mesos paper URL
  • Loading branch information
Kubernetes Submit Queue authored Nov 15, 2017
2 parents 38b9610 + 14d460d commit 5b1f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/architecture/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Kubernetes supports user-provided schedulers and multiple concurrent cluster sch
using the shared-state approach pioneered by
[Omega](https://research.google.com/pubs/pub41684.html). In addition to the disadvantages of
pessimistic concurrency described by the Omega paper,
[two-level scheduling models](http://mesos.berkeley.edu/mesos_tech_report.pdf) that hide information from the upper-level
[two-level scheduling models](https://amplab.cs.berkeley.edu/wp-content/uploads/2011/06/Mesos-A-Platform-for-Fine-Grained-Resource-Sharing-in-the-Data-Center.pdf) that hide information from the upper-level
schedulers need to implement all of the same features in the lower-level scheduler as required by
all upper-layer schedulers in order to ensure that their scheduling requests can be satisfied by
available desired resources.
Expand Down

0 comments on commit 5b1f202

Please sign in to comment.