From d63c817e46c20ae4967a1fff808fbcff37134dd3 Mon Sep 17 00:00:00 2001 From: Thandayuthapani Date: Tue, 18 Jun 2019 15:59:35 +0530 Subject: [PATCH] Update README --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6417c26465..e7579ef63b 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,26 @@ the open source community. ## Quick Start Guide -The easiest way to deploy Volcano is to use the Helm chart. +The easiest way to deploy Volcano is to use the Helm chart. Volcano can be deployed by cloning code and also by adding helm repo. +## Using Volcano Helm Repo + +Add helm repo using following command, + +``` +helm repo add volcano https://volcano-sh.github.io/charts +``` + +Install Volcano using following command, + +``` +helm install volcano/volcano --namespace --name + +For eg : +helm install volcano/volcano --namespace volcano-trial --name volcano-trial +``` + +## Cloning Code ### Pre-requisites First of all, clone the repo to your local path: