Skip to content

Commit

Permalink
Merge pull request #215 from SrinivasChilveri/update_readme
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
volcano-sh-bot authored Jun 8, 2019
2 parents e261e87 + a480827 commit ab4e709
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@ example, if you are using [kind cluster](https://github.com/kubernetes-sigs/kind
try command ```kind load docker-image <image-name>:<tag> ``` for each of the images.

### 2. Helm charts
Second, install the required helm plugin and generate valid
certificate, volcano uses a helm plugin **gen-admission-secret** to
generate certificate for admission service to communicate with
kubernetes API server.

```
#1. Install helm plugin
helm plugin install installer/chart/plugins/gen-admission-secret
```

Secondly, install helm chart.

Expand All @@ -118,6 +108,7 @@ NAME READY STATUS RESTARTS
<specified-name>-admission-84fd9b9dd8-9trxn 1/1 Running 0 43s
<specified-name>-controllers-75dcc8ff89-42v6r 1/1 Running 0 43s
<specified-name>-scheduler-b94cdb867-89pm2 1/1 Running 0 43s
<specified-name>--admission-init-qbtmb 0/1 Completed 0 43s
#2. Verify the Services
# kubectl get services --namespace <namespace>
Expand Down

0 comments on commit ab4e709

Please sign in to comment.