Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick for release-1.8] Optimize the jobflow architecture design diagram #3025

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading