summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-08-21 14:30:35 -0700
committerGitHub <noreply@github.com>2017-08-21 14:30:35 -0700
commit121935fa24e31786816181d4bc0426dffd22ddb6 (patch)
tree9c6e232fd1fca75ae1353e536ec24a1537db9df9
parent8862a7015c96f2084eee88104e52ed2e8205b804 (diff)
parentdcb8d93852ca71247baa0694e047779d70cb0dbb (diff)
Merge pull request #951 from kubernetes/cpu-manager-diagram-update
Automatic merge from submit-queue Update interfaces in cpu manager block diagram. re #950 -- forgot to update the block diagram image. cc @sjenning
-rw-r--r--contributors/design-proposals/cpu-manager.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/cpu-manager.md b/contributors/design-proposals/cpu-manager.md
index b43946bb..f54c52c5 100644
--- a/contributors/design-proposals/cpu-manager.md
+++ b/contributors/design-proposals/cpu-manager.md
@@ -65,7 +65,7 @@ This new method is invoked from two places in the CPU manager: during each
call to `RegisterContainer` and also periodically from a separate
reconciliation loop.
-![cpu-manager-block-diagram](https://user-images.githubusercontent.com/379372/28852425-d5067648-76dd-11e7-9916-b956c235f5bb.png)
+![cpu-manager-block-diagram](https://user-images.githubusercontent.com/379372/29538505-064ca496-867b-11e7-9951-1cf5e975c4d2.png)
_CPU Manager block diagram. `Policy`, `State`, and `Topology` types are
factored out of the CPU Manager to promote reuse and to make it easier