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: docs issues 3.18.24 #13

Merged
merged 5 commits into from Mar 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/install/local/quick-start.md
Expand Up @@ -33,7 +33,7 @@ Here are installation steps:
2. Install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) for local cluster management using docker containers
3. Run automated installation script
```bash
make -f ./make/Makefile-local-recipies create-mdai
make -f ./make/Makefile-local-recipes create-mdai
```
### Automated uninstall
Make sure your k8s context is set to `kind-mdai-local` cluster:
Expand All @@ -46,11 +46,11 @@ kubectl cluster-info --context kind-mdai-local
```
Run automated de-installation script
```bash
make -f ./make/Makefile-local-recipies delete-mdai
make -f ./make/Makefile-local-recipes delete-mdai
```
If you want to remove all helm artifacts installed (you don't use it your other local setup), run the following
```bash
make -f ./make/Makefile-local-recipies delete-mdai-all
make -f ./make/Makefile-local-recipes delete-mdai-all
```

### Manual pre-req installations
Expand Down