Skip to content

Commit 457e6e9

Browse files
authored
Merge pull request #49069 from JStickler/OSSMDOC-335
OSSMDOC-335: Document lack of support for canary upgrades.
2 parents 8ede458 + 6afde67 commit 457e6e9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

modules/ossm-vs-istio.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,16 @@ You can deploy virtual machines to OpenShift using OpenShift Virtualization. The
126126
[id="ossm-gateways_{context}"]
127127
== Gateways
128128

129-
{SMProductName} installs ingress and egress gateways by default. You can disable this in the SMCP using `spec.gateways.ingress.enabled=false` or `spec.gateways.egress.enabled=false`.
129+
{SMProductName} installs ingress and egress gateways by default. You can disable gateway installation in the `ServiceMeshControlPlane` (SMCP) resource by using the following settings:
130+
131+
* `spec.gateways.enabled=false` to disable both ingress and egress gateways.
132+
* `spec.gateways.ingress.enabled=false` to disable ingress gateways.
133+
* `spec.gateways.egress.enabled=false` to disable egress gateways.
134+
135+
[NOTE]
136+
====
137+
The Operator annotates the default gateways to indicate that they are generated by and managed by the {SMProductName} Operator.
138+
====
130139

131140
[id="ossm-multicluster-configuration_{context}"]
132141
== Multicluster configurations

service_mesh/v2x/upgrading-ossm.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ endif::[]
2828
[id="upgrading-control-plane"]
2929
== Upgrading the Service Mesh control plane
3030

31-
You must manually update the control plane for minor and major releases.
31+
You must manually update the control plane for minor and major releases. The community Istio project recommends canary upgrades, {SMProductName} only supports in-place upgrades. {SMProductName} requires that you upgrade from each minor release to the next minor release in sequence. For example, you must upgrade from version 2.0 to version 2.1, and then upgrade to version 2.2. You cannot update from {SMProductName} 2.0 to 2.2 directly.
32+
33+
When you upgrade the service mesh control plane, all Operator managed resources, for example gateways, are also upgraded.
3234

3335
include::modules/ossm-upgrade-21-22-changes.adoc[leveloffset=+2]
3436

0 commit comments

Comments
 (0)