Skip to content

Commit 51cfc7d

Browse files
authored
Merge pull request #51539 from rh-tokeefe/OSSMDOC-690
OSSMDOC-690: service mesh installation and upgrade tasks
2 parents b410ae4 + 05ee0f0 commit 51cfc7d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Module included in the following assemblies:
2+
// * service_mesh/v2x/upgrading-ossm.adoc
3+
4+
:_content-type: CONCEPT
5+
[id="ossm-upgrade-22-23-changes_{context}"]
6+
= Upgrade changes from version 2.2 to version 2.3
7+
8+
Upgrading the {SMProductShortName} control plane from version 2.2 to 2.3 introduces the following behavioral changes:
9+
10+
* This release requires use of the `WasmPlugin` API. Support for the `ServiceMeshExtension` API, which was deprecated in 2.2, has now been removed. If you attempt to upgrade while using the `ServiceMeshExtension` API, then the upgrade fails.

service_mesh/v2x/upgrading-ossm.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ When you upgrade the service mesh control plane, all Operator managed resources,
3434

3535
Although you can deploy multiple versions of the control plane in the same cluster, {SMProductName} does not support canary upgrades of the service mesh. That is, you can have different SCMP resources with different values for `spec.version`, but they cannot be managing the same mesh.
3636

37-
include::modules/ossm-upgrade-21-22-changes.adoc[leveloffset=+2]
38-
3937
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].
4038

39+
include::modules/ossm-upgrade-22-23-changes.adoc[leveloffset=+2]
40+
41+
include::modules/ossm-upgrade-21-22-changes.adoc[leveloffset=+2]
4142

4243
include::modules/ossm-upgrade-20-21-changes.adoc[leveloffset=+2]
4344

0 commit comments

Comments
 (0)