summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-11-15 07:35:51 -0800
committerGitHub <noreply@github.com>2017-11-15 07:35:51 -0800
commit5b1f202f57a96a13d3da976ed4c0132acd34e7d7 (patch)
treebceca15e292d6898e0e71164ec21190444a45192
parent38b96107ff4fc5347783d51a3cd1cd0b49c3ab33 (diff)
parent14d460d3f4a55e3a34ceebd6b933408171a31238 (diff)
Merge pull request #1390 from martyanov/fix-mesos-paper-url
Automatic merge from submit-queue. Fix outdated Mesos paper URL
-rw-r--r--contributors/design-proposals/architecture/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/architecture/architecture.md b/contributors/design-proposals/architecture/architecture.md
index 182d1d1c..c4175f5f 100644
--- a/contributors/design-proposals/architecture/architecture.md
+++ b/contributors/design-proposals/architecture/architecture.md
@@ -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.