Skip to content

Commit

Permalink
Optimize the jobflow architecture design diagram to express more clea…
Browse files Browse the repository at this point in the history
…rly and concisely

Signed-off-by: wangyang <wangyang8126@gmail.com>
  • Loading branch information
wangyang0616 committed Aug 1, 2023
1 parent 05c9d71 commit ae3c9b3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Binary file modified docs/design/images/jobflow-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/design/images/jobflow-2.jpg
Binary file not shown.
Binary file added docs/design/images/jobflow-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/design/images/jobflow-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/design/images/jobflow-4.png
Binary file not shown.
10 changes: 4 additions & 6 deletions docs/design/jobflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ JobFlow helps migrating AI, BigData, HPC workloads to the cloud-native world. Th
- Some jobs need to depend on the completion of the previous job or other status when running, etc. Otherwise, the correct result cannot be calculated.
- Sometimes inter-job dependencies also require diverse dependency types, such as conditional dependencies, circular dependencies, probes, and so on.

![jobflow-2.jpg](../images/jobflow-2.jpg)
![jobflow-1.png](../images/jobflow-1.png)

## Design

![jobflow-1.png](../images/jobflow-1.png)
![jobflow-2.png](../images/jobflow-2.png)

![jobflow-3.png](../images/jobflow-3.png)

The blue part is the component of k8s itself, the green and brown are the components of volcano, and the yellow is the crd resource of volcano.
The blue part is the components of k8s itself, the orange is the existing definition of Volcano, and the red is the new definition of JobFlow.

**jobflow job submission complete process**

Expand All @@ -58,7 +56,7 @@ Deleting a jobflow when the jobflow is in a non-complete state will be intercept

### Controller

![jobflow-4.png](../images/jobflow-4.png)
![jobflow-3.png](../images/jobflow-3.png)

### Webhook

Expand Down

0 comments on commit ae3c9b3

Please sign in to comment.