Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Jan 30, 2025
1 parent 84dc7be commit 9dcc5b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions run-pipeline-on-rhoai-.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,20 +485,23 @@ Installing the NFS CSI driver
$ curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/v4.9.0/deploy/install-driver.sh | bash -s v4.9.0 --`
```

For deploying an in-cluster NFS server
For deploying an in-cluster NFS server, apply [nfs-server-deployment.yaml] file

```bash
oc new-project nfs
oc apply -f ./nfs-server-deployment.yaml
oc apply -f ./standalone/nfs-server-deployment.yaml
```

> [!NOTE]
> Note: Check the root PersistentVolumeclaim that'll be created and the requested storage.
For creating NFS storage-class
For creating NFS storage-class, apply [nfs-storage-class.yaml] file
```bash
oc apply -f ./nfs-storage-class.yaml
oc apply -f ./standalone/nfs-storage-class.yaml
```
[nfs-storage-class.yaml]:/standalone/nfs-storage-class.yaml
[nfs-server-deployment.yaml]:/standalone/nfs-server-deployment.yaml

#### Accelerator Profile:
An accelerator profile must also be defined within the RHOAI dashboard or via CLI to enable GPU acceleration for model serving with Kserve Serving.

Expand Down

0 comments on commit 9dcc5b5

Please sign in to comment.