You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -409,16 +409,16 @@ If you want to increase the performance of creating worker pods or customise the
409
409
To build a custom Docker image, see [Create a MATLAB Parallel Server Container Image](images/worker/README.md).
410
410
Push the image to a repository that is visible to your Kubernetes cluster.
411
411
412
-
Modify your `values.yaml` file to set the `workerImage` and `workerImageTag` parameters to the URI and tag of your image before installating the Helm chart.
412
+
Modify your `values.yaml` file to set the `matlabImage` and `matlabImageTag` parameters to the URI and tag of your image before installing the Helm chart.
413
413
414
414
#### Mount MATLAB from a PersistentVolume
415
415
416
416
To mount MATLAB from a PersistentVolume, create a PersistentVolume and PersistentVolumeClaim with access mode `ReadOnlyMany` containing a MATLAB Parallel Server installation.
417
417
For example, if your Kubernetes cluster runs on-premise, you could create a PersistentVolume from an NFS server containing the MATLAB Parallel Server installation.
418
418
For details on creating the PersistentVolumeClaim, see the [Create Persistent Volumes](#create-persistent-volumes) section.
419
419
420
-
Modify your `values.yaml` file to set the `matlabPVC` parameter to the name of your PersistentVolumeClaim before installating the Helm chart.
421
-
The worker pods will now use the image URI specified in the `matlabDepsImage` parameter instead of the `workerImage` parameter.
420
+
Modify your `values.yaml` file to set the `matlabPVC` parameter to the name of your PersistentVolumeClaim before installing the Helm chart.
421
+
The worker pods will now use the image URI specified in the `matlabDepsImage` parameter instead of the `matlabImage` parameter.
422
422
423
423
### Run Multiple MATLAB Parallel Server Versions
424
424
@@ -581,4 +581,4 @@ To request assistance or additional features, contact [MathWorks Technical Suppo
0 commit comments