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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Before starting, you need the following:
25
25
*[Git™](https://git-scm.com/)
26
26
*[Docker®](https://www.docker.com/)
27
27
* Running [Kubernetes](https://kubernetes.io/) cluster that meets the following conditions:
28
-
* Uses Kubernetes version 1.29 or later.
28
+
* Uses Kubernetes version 1.32 or later.
29
29
* Each MATLAB Production Server container in the Kubernetes cluster requires at least 1 CPU core and 2 GiB RAM.
30
30
*[kubectl](https://kubernetes.io/docs/reference/kubectl/overview/) command-line tool that can access your Kubernetes cluster
31
31
*[Helm](https://helm.sh/) package manager to install Helm charts that contain preconfigured Kubernetes resources for MATLAB Production Server
32
-
* Uses Helm version v3.14 or later.
32
+
* Uses Helm version v3.17 or later.
33
33
34
34
If you do not have a license, please contact your MathWorks representative [here](https://www.mathworks.com/company/aboutus/contact_us/contact_sales.html) or [request a trial license](https://www.mathworks.com/campaigns/products/trials.html?prodcode=PR).
35
35
@@ -53,11 +53,11 @@ The Quick Start option only requires you to download a single file, rather than
53
53
To accept the license terms, set global > agreeToLicense to "yes".
54
54
To specify the address of the license server, set global > licenseServer using the format port_number@host.
55
55
56
-
Next, install the Helm chart for MATLAB Production Server R2025a by using the following `helm install` command:
56
+
Next, install the Helm chart for MATLAB Production Server R2025b by using the following `helm install` command:
4. After the deployment is complete, upload the MATLAB Production Server deployable archive to your network file server or Azure file share. All users must have read permission to the deployable archive.
62
62
63
63
## Deployment Steps
@@ -70,7 +70,7 @@ The MATLAB Production Server on Kubernetes GitHub repository contains Helm chart
70
70
```
71
71
This repository includes Helm chart folders for each supported MATLAB Production Server release and a `values-overrides.yaml` file containing configuration options that apply across all release deployments.
72
72
73
-
2. Navigate to the Helm chart folder for the release you want to use. Replace `<release>` with the release version, for example, `R2025a`.
73
+
2. Navigate to the Helm chart folder for the release you want to use. Replace `<release>` with the release version, for example, `R2025b`.
74
74
```
75
75
cd matlab-production-server-on-kubernetes/releases/<release>/matlab-prodserver
76
76
```
@@ -87,7 +87,7 @@ The MATLAB Production Server on Kubernetes GitHub repository contains Helm chart
87
87
```
88
88
* `containers.mathworks.com` is the name of the container registry.
89
89
* `matlab-production-server` is the name of the repository.
90
-
* `<release-tag>` is the tag name of the MATLAB Production Server release, for example, `r2025a`.
90
+
* `<release-tag>` is the tag name of the MATLAB Production Server release, for example, `r2025b`.
91
91
92
92
The `values.yaml` file specifies these values in the `productionServer` section, in the `registry`, `repository`, and `tag` variables, respectively.
93
93
@@ -98,7 +98,7 @@ The MATLAB Production Server on Kubernetes GitHub repository contains Helm chart
98
98
```
99
99
* `containers.mathworks.com` is the name of the container registry.
100
100
* `matlab-runtime` is the name of the repository.
101
-
* `<release-tag>` is the tag name of the MATLAB Runtime release. Update this value to the release version of the MATLAB Runtime you are using, for example, `r2025a`. MATLAB Production Server supports MATLAB Runtime versions up to six releases back from the MATLAB Production Server version you are using.
101
+
* `<release-tag>` is the tag name of the MATLAB Runtime release. Update this value to the release version of the MATLAB Runtime you are using, for example, `r2025b`. MATLAB Production Server supports MATLAB Runtime versions up to six releases back from the MATLAB Production Server version you are using.
102
102
103
103
The `values.yaml` file specifies these values in the `matlabRuntime` section, in the `registry`, `repository`, and `tag` variables, respectively.
0 commit comments