Service Mesh 1.1 released
April 10th 2020 Red Hat released Service Mesh version 1.1 which supports the following versions:
Istio - 1.4.6
Kiali - 1.12.7
Jaeger - 1.17.1
Update
To update an operator like Service Mesh, the Operator Life Cycle Manager takes care and automatically updates everything (unless it was configured differently).
For the Service Mesh 1.1 update consult Upgrading Red Hat OpenShift Service Mesh
It is important to add the version number to the ServiceMeshControlPlane object. The easiest way to do so is:
Log into OpenShift
Select the Namespace istio-system
Goto _"Installed Operators > Red Hat OpenShift Service Mesh > ServiceMeshControlPlanes > basic-install > YAML"
Under spec add the following:
spec: version: v1.1
Notable Changes
ServiceMeshMember Object
With the ServiceMeshMember object it is now possible that a project administrator can add a service to the service mesh, instead relying on the cluster administrator to configure the ServiceMeshMemberRoll. To do so create the following object (i.e. under the namespace tutorial)
apiVersion: maistra.io/v1
kind: ServiceMeshMember
metadata:
name: default
namespace: tutorial
spec:
controlPlaneRef:
name: basic-install (1)
namespace: istio-system (2)| 1 | Name of the ServiceMeshControlPlane object |
| 2 | name of the service mesh namespace |
Copyright © 2020 - 2025 Toni Schmidbauer & Thomas Jungbauer
Discussion
Comments are powered by GitHub Discussions. To participate, you'll need a GitHub account.
By loading comments, you agree to GitHub's Privacy Policy. Your data is processed by GitHub, not by this website.