Skip to content

Commit b6ba16c

Browse files
authored
Merge pull request #97299 from openshift-cherrypick-robot/cherry-pick-97216-to-service-mesh-docs-3.1
[service-mesh-docs-3.1] OSSM-10509 Short notice pending tasks post 3.1 release
2 parents 7685222 + 771e480 commit b6ba16c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

modules/ossm-release-notes-3-1-known-issues.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@
99
[id="pod-health-check-issues-ovn-k-cni-ambient-mode_{context}"]
1010
== Pod health check issues with OVN-K CNI in ambient mode
1111

12-
There is currently a known issue where pod health checks (`liveness` and `readiness` probes) may fail in ambient mode when using the OVN-Kubernetes Container Network Interface (CNI) on OpenShift Container Platform (OCP) 4.18 and earlier releases, such as OCP 4.16. This issue causes pods to enter a `CrashLoopBackOff` state, even though the application containers are running as expected.
12+
There is currently a known issue where the liveness and readiness probes pod health checks might fail in ambient mode. When using the OVN-Kubernetes Container Network Interface (CNI) on {ocp-product-title} 4.18 and earlier, this issue causes pods to enter a CrashLoopBackOff state, even though the application containers are running as expected
1313

1414
Workaround: Configure the OVN-Kubernetes CNI to use local gateway mode by setting the `routingViaHost` field as `true` in the `gatewayConfig` specification in the Cluster Network Operator.
1515

16-
For configuration details, see “Configuring Gateway Mode”. link:https://issues.redhat.com/browse/OSSM-9053[OSSM-9053]
16+
For configuration details, see “Configuring Gateway Mode”. link:https://issues.redhat.com/browse/OSSM-9053[OSSM-9053]
17+
18+
[id="podDisruptionBudget-object-prevents-nodes-from-upgrading_{context}"]
19+
== `podDisruptionBudget` object that prevents nodes from upgrading
20+
21+
There is currently a known issue that prevents {ocp-product-title} nodes from upgrading. The `podDisruptionBudget` resource prevents the draining of the node where the `istiod` pod is running, unless there are multiple replicas of the `istiod` pod.
22+
23+
Workaround: Set the `.spec.values.global.defaultPodDisruptionBudget.enabled` field in the {istio} CR to `false`. Alternatively, you can temporarily increase the number of replicas for the `istiod` deployment. link:https://issues.redhat.com/browse/OSSM-9392[OSSM-9392]

modules/ossm-release-notes-3-1-new-features-enhancements.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This release makes {SMProductName} 3.1 generally available, adds new features, a
1010

1111
For a list of supported component versions and support features, see "Service Mesh 3.0 feature support tables".
1212

13+
When upgrading from {SMProduct} 2.x, first you must migrate to version 3.0. Then, you can upgrade to version 3.1. For more information see, "Migrating from Service Mesh 2 to Service Mesh 3".
14+
1315
[id="support-for-kubernetes-gateway-api_{context}"]
1416
== Support for Kubernetes Gateway API
1517

ossm-release-notes/ossm-release-notes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ For additional information about the {SMProductName} life cycle and supported pl
1616
//03/25/2025:
1717
//Gwynne is rotating off Service Mesh. For next writer and CS: Continue to refine the IA for rel notes. The structure and IA will likely make more sense as there are more z-streams and versions released, making it easier to see how best to lay rel notes out in docs.redhat. Should anything be its own tile to make it easier to find for users?
1818

19-
include::modules/ossm-release-notes-3-1-technology-preview-features.adoc[leveloffset=+1]
2019
include::modules/ossm-release-notes-3-1-new-features-enhancements.adoc[leveloffset=+1]
20+
include::modules/ossm-release-notes-3-1-technology-preview-features.adoc[leveloffset=+1]
2121
include::modules/ossm-release-notes-3-1-fixed-issues.adoc[leveloffset=+1]
2222
include::modules/ossm-release-notes-3-1-known-issues.adoc[leveloffset=+1]
2323
include::modules/ossm-release-notes-3-1-deprecated-features.adoc[leveloffset=+1]
@@ -30,6 +30,7 @@ include::modules/ossm-release-notes-3-1-deprecated-features.adoc[leveloffset=+1]
3030
* xref:../install/ossm-istio-ambient-mode.adoc#ossm-istio-ambient-mode[Istio ambient mode]
3131
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/networking/ovn-kubernetes-network-plugin#configuring-gateway-mode[Configuring gateway mode]
3232
* link:https://istio.io/latest/docs/ops/configuration/traffic-management/dns-proxy/#address-auto-allocation[Address auto-allocation]
33+
* link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.0/html/migrating_from_service_mesh_2_to_service_mesh_3/ossm-migrating-from-service-mesh-2-to-3[Migrating from Service Mesh 2 to Service Mesh 3]
3334

3435
include::modules/ossm-release-notes-3-0-3.adoc[leveloffset=+1]
3536
include::modules/ossm-release-notes-3-0-2.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)