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

fix some words in README doc #262

Merged
merged 1 commit into from
Jun 28, 2019
Merged
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
fix some words in README doc
  • Loading branch information
soolaugust authored Jun 28, 2019
commit 525aa30c32174765acf09530719a616a5d4d0aea
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Volcano is a batch system built on Kubernetes. It provides a suite of mechanisms
Kubernetes that are commonly required by many classes of batch & elastic workload including:

1. machine learning/deep learning,
2. bioinformatics/genomics, and
2. bioinformatics/genomics
3. other "big data" applications.

These types of applications typically run on generalized domain
Expand Down Expand Up @@ -68,7 +68,7 @@ Install Volcano using following command,
```
helm install volcano/volcano --namespace <namespace> --name <specified-name>

For eg :
e.g :
helm install volcano/volcano --namespace volcano-trial --name volcano-trial
```

Expand Down Expand Up @@ -112,12 +112,12 @@ Secondly, install helm chart.
```
helm install installer/helm/chart/volcano --namespace <namespace> --name <specified-name>

For eg :
e.g :
helm install installer/helm/chart/volcano --namespace volcano-trial --name volcano-trial

```

To Verify your installation run the following commands:
To verify your installation run the following commands:

```
#1. Verify the Running Pods
Expand Down