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

Update docs for ModelMesh v0.10 #214

Merged
merged 1 commit into from
Jan 14, 2023
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
6 changes: 3 additions & 3 deletions docs/admin/modelmesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ KServe ModelMesh installation enables high-scale, high-density and frequently-ch
A Kubernetes cluster is required. You will need cluster-admin authority. Additionally [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) and an [etcd](https://etcd.io/) server on the Kubernetes cluster are required.

## 1. Standard Installation
You can find the standard installation instructions in the ModelMesh Serving [installation guide](https://github.com/kserve/modelmesh-serving/blob/release-0.8/docs/install/install-script.md). This approach assumes you have installed the prerequisites such as etcd and S3-compatible object storage.
You can find the standard installation instructions in the ModelMesh Serving [installation guide](https://github.com/kserve/modelmesh-serving/blob/release-0.10/docs/install/install-script.md). This approach assumes you have installed the prerequisites such as etcd and S3-compatible object storage.

## 2. Quick Installation
A quick installation allows you to quickly get ModelMesh Serving up and running without having to manually install the prerequisites. The steps are described in the ModelMesh Serving [quick start guide](https://github.com/kserve/modelmesh-serving/blob/release-0.8/docs/quickstart.md).
A quick installation allows you to quickly get ModelMesh Serving up and running without having to manually install the prerequisites. The steps are described in the ModelMesh Serving [quick start guide](https://github.com/kserve/modelmesh-serving/blob/release-0.10/docs/quickstart.md).

!!! note
ModelMesh Serving is namespace scoped, meaning all of its components must exist within a single namespace and only one instance of ModelMesh Serving can be installed per namespace. For more details, you can check out the ModelMesh Serving [getting started guide](https://github.com/kserve/modelmesh-serving/blob/release-0.8/docs/install/README.md).
ModelMesh Serving is namespace scoped, meaning all of its components must exist within a single namespace and only one instance of ModelMesh Serving can be installed per namespace. For more details, you can check out the ModelMesh Serving [getting started guide](https://github.com/kserve/modelmesh-serving/blob/release-0.10/docs/install/README.md).