Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Add Volcano Installation Tutorial Link #796

Merged
merged 1 commit into from
Apr 17, 2019
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
2 changes: 2 additions & 0 deletions doc/usage/volcano_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ certificate, volcano uses a helm plugin **gen-admission-secret** to
generate certificate for admission service to communicate with
kubernetes API server.

Alternatively you can also follow the youtube tutorial over [here](https://www.youtube.com/watch?v=hsXXmWSUtyo) to checkout the installation step.

```
#1. Install helm plugin
helm plugin install installer/chart/volcano/plugins/gen-admission-secret
Expand Down
5 changes: 5 additions & 0 deletions example/volcano/integrations/mpi/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## MPI Example

This is an example for deploying the mpi job in Volcano. You can follow the youtube tutorial over [here](https://www.youtube.com/watch?v=hsXXmWSUtyo) to checkout the installation step.

<iframe width="560" height="315" src="https://www.youtube.com/embed/hsXXmWSUtyo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>