Chapter 1. OpenShift Service Mesh release notes
Red Hat OpenShift Service Mesh release notes contain information about new features and enhancements, deprecated features, technology preview features, bug fixes, and known issues. They contain a set of tables for supported component versions and Istio features, and are organized by OpenShift Service Mesh version.
For additional information about the Red Hat OpenShift Service Mesh life cycle and supported platforms, refer to the OpenShift Operator Life Cycles.
1.1. OpenShift Service Mesh 3.0 new features and enhancements
This release makes Red Hat OpenShift Service Mesh 3.0 generally available, adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on OpenShift Container Platform 4.14 and later.
For a list of supported component versions and support features, see "Service Mesh 3.0 feature support tables".
For a complete list of changes between OpenShift Service Mesh 2 and OpenShift Service Mesh 3, see "Important information to know if you are migrating from OpenShift Service Mesh 2.6".
1.1.1. Migration guides
This release adds a set of checklists and migration guides to help you migrate from OpenShift Service Mesh 2 to OpenShift Service Mesh 3.0.
You must complete the checklists first. The checklists help you set up and configure OpenShift Service Mesh 2 and the ServiceMeshControlPlane
resource to migrate to OpenShift Service Mesh 3.0 and the Istio
control plane resource.
Your migration depends on your deployment model:
- Multitenant
- Multitenant with cert-manager
- Cluster-wide
- Cluster-wide with cert-manager
You can also migrate gateways. For more information, see "Migrating from Service Mesh 2 to Service Mesh 3".
1.1.2. New Istio distribution and operator
OpenShift Service Mesh 3.0 is based on a Red Hat distribution of the Istio project and is deployed with a new Operator for Istio based on the Sail Operator project that is part of the istio-ecosystem organization on GitHub. The Sail Operator includes a new set of custom resource definitions (CRDs) for managing Istio. For example, the Istio
CRD replaces the ServiceMeshControlPlane
CRD in previous releases of OpenShift Service Mesh.
1.1.3. Support for Istioctl for select platforms and commands
This release adds support for select platforms and commands for Istioctl, the command line utility for the Istio project that includes many diagnostic and debugging utilities. For more information, see "Support for Istioctl".
Installing Istio using the istioctl
utility is not supported.
1.1.4. Support for multi-cluster deployment models
This release introduces support for the following Istio multi-cluster deployment models:
- Multi-primary
- Primary-remote
- An external control plane
The federation feature introduced in OpenShift Service Mesh 2.1 is not available in OpenShift Service Mesh 3.0.
1.1.5. Multiple control planes in a single cluster
This release adds support for the Istio feature of multiple control planes in a single cluster. This replaces the MultiTenant
deployment model (mode) in OpenShift Service Mesh 2.
1.1.6. Revision based updates
This release adds support for canary-style updates of the Istio control plane using the Istio revision feature. This enables a new Istio control plane to be created alongside the existing Istio control plane so that workloads can be migrated incrementally. The update strategy is configured using the spec.updateStrategy
parameter of the Istio
resource.
For more information, see "About RevisionBased strategy".
1.1.7. IstioCNI custom resource definition
This release introduces the IstioCNI
custom resource definition (CRD), which is used to manage the lifecycle of the Istio Container Network Interface (CNI) daemon set. A single instance of this resource must be created per cluster to configure traffic redirection for pods in the mesh. The Istio CNI lifecycle is independent of the Istio control plane or planes.
1.1.8. IPv4/IPv6 dual-stack (Technology Preview)
IPv4/IPv6 dual-stack is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.
This release includes IPv4/IPv6 dual-stack support as a technology preview feature. This aligns with the Alpha status of the Istio upstream project, and is feature-complete for Istio when using sidecars. Dual-stack helps organizations smoothly transition to IPv6, while still maintaining compatibility with their existing IPv4 setup.
In OpenShift Service Mesh 3.0, dual-stack is disabled by default in the Istio
resource. You can enable it with specific configuration changes, such as the one shown in the following example:
Example YAML configuration for IPv4/IPv6 dual stack
apiVersion: sailoperator.io/v1 kind: Istio metadata: name: default spec: values: meshConfig: defaultConfig: proxyMetadata: ISTIO_DUAL_STACK: "true" pilot: ipFamilyPolicy: RequireDualStack env: ISTIO_DUAL_STACK: "true" namespace: istio-system
1.1.9. Istio Ambient mode (Developer Preview)
Istio Ambient mode is a Developer Preview feature only. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
Istio Ambient mode provides a sidecarless service mesh architecture that reduces resource overhead, simplifies operations, and allows incremental adoption without application changes. It maintains security and observability through a layered security model with mTLS and authorization. The OpenShift Service Mesh 3 Operator includes deploying the Ambient profile as a developer preview feature using the community Ztunnel image. However, the Ambient profile should not be used on clusters with production workloads or for multi-control plane use cases.
The community Ztunnel image is unavailable on the following platforms:
- IBM Power®
- IBM Z®
-
OpenShift Container Platform clusters in
FIPS
mode
1.2. Red Hat OpenShift Service Mesh 3.0 known issues
-
OSSM-8878 In Red Hat OpenShift Service Mesh 3.0, OpenShift Container Platform builder pods fail to create in namespaces with injection enabled. As a workaround, add injection labels to workloads instead of the namespace when creating the
BuildConfigs
resource.
1.3. OpenShift Service Mesh 3.0 deprecated and removed features
Some features available in previous releases have been deprecated or removed.
Deprecated functionality is still included in OpenShift Container Platform and continues to be supported; however, it will be removed in a future release of Red Hat OpenShift Service Mesh 3 and is not recommended for new deployments.
Removed functionality no longer exists in the product.
1.3.1. Istio OpenShift routes (IOR)
This release removes the Istio OpenShift Route (IOR) for automatically creating and managing OpenShift Route resources with Istio Gateway resources. Istio Gateways are managed independent of the Istio control plane using either Gateway injection or Kubernetes Gateway API.
1.3.2. Metrics and tracing integrations
OpenShift Service Mesh 3.0 no longer includes Prometheus and Grafana, and it does not manage the configuration of Jaeger and Elasticsearch. Both Jaeger and Elasticsearch are deprecated and will be removed in a future release.
Supported integrations are provided with Red Hat OpenShift Observability, including user-workload monitoring and distributed tracing. For more information, see "Red Hat OpenShift Observability and Service Mesh". Support is also provided for the Kiali Operator provided by Red Hat. For more information, see "Using Kiali Operator provided by Red Hat".
1.4. Additional resources
- Service Mesh version support
- Service Mesh 3.0 feature support tables
- Migrating from Service Mesh 2 to Service Mesh 3
- Important information to know if you are migrating from OpenShift Service Mesh 2.6
- Support for Istioctl
- About RevisionBased strategy
- Red Hat OpenShift Observability and Service Mesh
- Using Kiali Operator provided by Red Hat