Skip to content

Commit

Permalink
Update docs for ModelMesh v0.10 (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kadner <[email protected]>

Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner authored Jan 14, 2023
1 parent 0d46a9e commit 1fe7698
Showing 1 changed file with 3 additions and 3 deletions.
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).

0 comments on commit 1fe7698

Please sign in to comment.