Skip to content

Commit 8f60e02

Browse files
authored
Merge pull request #48755 from rh-tokeefe/OSSMDOC-601
OSSMDOC-601: Document that ServiceMeshExtenson doesn't work
2 parents f9adb11 + 1001bbe commit 8f60e02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/ossm-rn-known-issues.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ These are the known issues in {SMProductName}:
3434

3535
* link:https://github.com/istio/istio/issues/14743[Istio-14743] Due to limitations in the version of Istio that this release of {SMProductName} is based on, there may be applications that are currently incompatible with {SMProductShortName}. See the linked community issue for details.
3636

37-
* https://issues.redhat.com/browse/OSSM-1668[OSSM-1668]
38-
`jwksResolverCA` field is missing in `SMCP`.
39-
+
40-
If you upgrade from Service Mesh operator 2.1.3 to Service Mesh operator 2.2, then the `jwksResolverCA` field is not supported.
37+
* https://issues.redhat.com/browse/OSSM-1668[OSSM-1668] `jwksResolverCA` field is missing in `SMCP`. If you upgrade from Service Mesh operator 2.1.3 to Service Mesh operator 2.2, then the `jwksResolverCA` field is not supported.
4138
+
4239
Workaround: Use the `techPreview` `jwksResolverExtraRootCA` field to enable additional JWKS CA certificates.
4340

@@ -46,6 +43,11 @@ Workaround: Use the `techPreview` `jwksResolverExtraRootCA` field to enable addi
4643
+
4744
After enabling the `spec.security.controlPlane.mtls` setting in the SMCP, the Kiali console displays the following error message `No subsets defined`.
4845

46+
* https://issues.redhat.com/browse/OSSM-1505[OSSM-1505] This issue only occurs when using the `ServiceMeshExtension` resource on OpenShift Container Platform 4.11. When you use `ServiceMeshExtension` on OpenShift Container Platform 4.11 the resource never becomes ready. If you inspect the issue using `oc describe ServiceMeshExtension` you will see the following error: `stderr: Error creating mount namespace before pivot: function not implemented`.
47+
+
48+
Workaround: `ServiceMeshExtension` was deprecated in {SMProductShortName} 2.2. Migrate from `ServiceMeshExtension` to the `WasmPlugin` resource.
49+
For more information, see Migrating from `ServiceMeshExtension` to `WasmPlugin` resources.
50+
4951
* https://issues.redhat.com/browse/OSSM-1396[OSSM-1396] If a gateway resource contains the `spec.externalIPs` setting, instead of being recreated when the `ServiceMeshControlPlane` is updated, the gateway is removed and never recreated.
5052

5153
* https://issues.redhat.com/browse/OSSM-1168[OSSM-1168] When service mesh resources are created as a single YAML file, the Envoy proxy sidecar is not reliably injected into pods. When the SMCP, SMMR, and Deployment resources are created individually, the deployment works as expected.

0 commit comments

Comments
 (0)