From a17c3a01d49fc5a4aaa639d849f06cef4963bb4d Mon Sep 17 00:00:00 2001 From: Thandayuthapani Date: Thu, 11 Jul 2019 14:58:19 +0530 Subject: [PATCH] Update README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c67953cf4b..5c41ac9b9a5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,23 @@ You can watch industry experts talking about Volcano in different International 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 +## Install Helm + +### Download Helm + +Install helm by following official guide - https://github.com/helm/helm/blob/master/docs/install.md + +### Setup Helm + +Since Tiller needs cluster-admin RBAC access, create `ServiceAccount` and `ClusterRoleBinding` by following the offical guide - https://github.com/helm/helm/blob/master/docs/rbac.md + +Then init helm using created `ServiceAccount` + +```bash + helm init --service-account --kubeconfig ${KUBECONFIG} --wait +``` + +## 1. Using Volcano Helm Repo Add helm repo using following command, @@ -80,7 +96,7 @@ e.g : helm install volcano/volcano --namespace volcano-trial --name volcano-trial ``` -## Cloning Code +## 2. Cloning Code ### Pre-requisites First of all, clone the repo to your local path: