-
Notifications
You must be signed in to change notification settings - Fork 994
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
Update README #236
Update README #236
Conversation
README.md
Outdated
Install Volcano using following command, | ||
|
||
``` | ||
helm install volcano/volcano -namespace <namespace> --name <specified-name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--namespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to --namespace
README.md
Outdated
|
||
## Using Volcano Helm Repo | ||
## Helm Charts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like an incorrect level or redundant header
## Helm Charts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have removed that header
Now we have two different repos which both keep the volcano charts codes? |
Currently we have it in volcano-sh/volcano repo too, once decision on whether to remove or keep it is made, we can update README accordingly. |
/lgtm |
/lgtm |
/approve |
/lgtm |
Update README
Helm can be installed without cloning code too,
Have added steps in README to install volcano using helm without cloning code.