Skip to content

Commit 53ea37c

Browse files
Merge pull request #69983 from rh-tokeefe/OSSM-5622
OSSM-5622: add topic for upgrade changes from service mesh 2.4 to 2.5 (2.5 Release)
2 parents 16d43fd + ab4f1c5 commit 53ea37c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Module included in the following assemblies:
2+
// * service_mesh/v2x/upgrading-ossm.adoc
3+
4+
:_mod-docs-content-type: CONCEPT
5+
[id="ossm-upgrade-24-25-changes_{context}"]
6+
= Upgrade changes from version 2.4 to version 2.5
7+
8+
== Istio OpenShift Routing (IOR) default setting change
9+
10+
The default setting for Istio OpenShift Routing (IOR) has changed. The setting is now disabled by default.
11+
12+
You can use IOR by setting the `enabled` field to `true` in the `spec.gateways.openshiftRoute` specification of the `ServiceMeshControlPlane` resource.
13+
14+
[source,yaml]
15+
----
16+
apiVersion: maistra.io/v2
17+
kind: ServiceMeshControlPlane
18+
spec:
19+
gateways:
20+
openshiftRoute:
21+
enabled: true
22+
----
23+
24+
== Istio proxy concurrency configuration enhancement
25+
26+
For consistency across deployments, Istio now configures the `concurrency` parameter based on the CPU limit allocated to the proxy container. For example, a limit of 2500m would set the `concurrency` parameter to 3. If you set the `concurrency` parameter to a value, Istio uses that value to configure how many threads the proxy runs instead of using the CPU limit.
27+
28+
Previously, the default setting for the parameter was 2.

service_mesh/v2x/upgrading-ossm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Although you can deploy multiple versions of the control plane in the same clust
3636

3737
For more information about migrating your extensions, refer to xref:../../service_mesh/v2x/ossm-extensions.adoc#ossm-extensions-migration-overview_ossm-extensions[Migrating from ServiceMeshExtension to WasmPlugin resources].
3838

39+
include::modules/ossm-upgrade-24-25-changes.adoc[leveloffset=+2]
40+
3941
include::modules/ossm-upgrade-23-24-changes.adoc[leveloffset=+2]
4042

4143
include::modules/ossm-upgrade-22-23-changes.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)