Skip to content

Commit

Permalink
doc: Update FVT prerequisites
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
  • Loading branch information
ckadner committed Sep 8, 2022
1 parent 96ca69d commit 24c30d1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion fvt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Functional Verification Test (FVT) suite for ModelMesh Serving using [Ginkgo](ht

## How to run the FVT suite

### Prerequisites

- CLIs:
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
- [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) (v3.2.0+)
- A Kubernetes or OpenShift cluster:
- Kubernetes version 1.16+
- Cluster-administrative privileges
- 12 vCPUs (3-nodes a 4 vCPU, or, 2-nodes a 8 vCPU)
- 16 GB memory

For more details on cluster sizing, please see [here](/docs/install/README.md#deployed-components)

### Install ModelMesh Serving

The FVTs rely on a set of models existing in a configured `localMinIO` storage. The easiest way to get these models is to use a quick-start install with an instance of MinIO running the `kserve/modelmesh-minio-dev-examples` image.
Expand All @@ -23,7 +36,7 @@ If starting with a fresh namespace, install ModelMesh Serving configured for the
To re-configure an existing quick-start instance for FVTs, run:

```
kubectl apply -f dependencies/fvt.yaml
kubectl apply -f config/dependencies/fvt.yaml
```

### Development Environment
Expand Down

0 comments on commit 24c30d1

Please sign in to comment.