You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by km...@apache.org on 2021/10/22 08:53:07 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-888] Document scheduler object states for k8shim. (#83)

This is an automated email from the ASF dual-hosted git repository.

kmarton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 39172fb  [YUNIKORN-888] Document scheduler object states for k8shim. (#83)
39172fb is described below

commit 39172fbbc97bb5a8a5096553c26e56494b98e197
Author: Craig Condit <ap...@craigcondit.com>
AuthorDate: Fri Oct 22 03:52:59 2021 -0500

    [YUNIKORN-888] Document scheduler object states for k8shim. (#83)
---
 docs/assets/application-state.png        | Bin 89514 -> 117964 bytes
 docs/assets/k8shim-application-state.png | Bin 0 -> 129912 bytes
 docs/assets/k8shim-node-state.png        | Bin 0 -> 52316 bytes
 docs/assets/k8shim-scheduler-state.png   | Bin 0 -> 53283 bytes
 docs/assets/k8shim-task-state.png        | Bin 0 -> 144820 bytes
 docs/design/scheduler_object_states.md   |   8 ++++----
 6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/assets/application-state.png b/docs/assets/application-state.png
index e3a9a5b..6c7f27e 100644
Binary files a/docs/assets/application-state.png and b/docs/assets/application-state.png differ
diff --git a/docs/assets/k8shim-application-state.png b/docs/assets/k8shim-application-state.png
new file mode 100644
index 0000000..c286591
Binary files /dev/null and b/docs/assets/k8shim-application-state.png differ
diff --git a/docs/assets/k8shim-node-state.png b/docs/assets/k8shim-node-state.png
new file mode 100644
index 0000000..5d5db56
Binary files /dev/null and b/docs/assets/k8shim-node-state.png differ
diff --git a/docs/assets/k8shim-scheduler-state.png b/docs/assets/k8shim-scheduler-state.png
new file mode 100644
index 0000000..2eb6e29
Binary files /dev/null and b/docs/assets/k8shim-scheduler-state.png differ
diff --git a/docs/assets/k8shim-task-state.png b/docs/assets/k8shim-task-state.png
new file mode 100644
index 0000000..11c95d1
Binary files /dev/null and b/docs/assets/k8shim-task-state.png differ
diff --git a/docs/design/scheduler_object_states.md b/docs/design/scheduler_object_states.md
index e71cd4c..e5a8b8f 100644
--- a/docs/design/scheduler_object_states.md
+++ b/docs/design/scheduler_object_states.md
@@ -115,13 +115,13 @@ The node status changes based on the status provided by the resource manager (sh
 ## K8Shim Resource Manager
 
 ### Application
-To be added
+![application state diagram](./../assets/k8shim-application-state.png)
 
 ### Task
-To be added
+![task state diagram](./../assets/k8shim-task-state.png)
 
 ### Node
-To be added
+![node state diagram](./../assets/k8shim-node-state.png)
 
 ### Scheduler
-To be added
+![scheduler state diagram](./../assets/k8shim-scheduler-state.png)