-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
1.20.0, 1.21.0, 1.22.0, 1.23.0, 1.24.0
-
None
-
False
-
-
True
In "Integrating Service Mesh with OpenShift Serverless when Kourier is enabled" section, users must not include the knative-serving and knative-serving-ingress namespace in the ServiceMeshMemberRoll with Kourier.
If they want to include the namespace, they must integrate it without Kourier.
So, we should mention it in the docs.
CURRENT:
apiVersion: maistra.io/v1
kind: ServiceMeshMemberRoll
metadata:
name: default
namespace: istio-system
spec:
members:
- <namespace> 1.
...
1. A list of namespaces to be integrated with Service Mesh.
TOBE:
apiVersion: maistra.io/v1 kind: ServiceMeshMemberRoll metadata: name: default namespace: istio-system spec: members: - <namespace> 1. ... 1. A list of namespaces to be integrated with Service Mesh. [WARNING] You must not include knative-serving, knative-serving-ingress namespace. If you want to include them, please follow the section "Integrating Service Mesh with OpenShift Serverless".
- documents
-
SRVKS-952 Facing issue while creating knative-serving in 1.24
-
- Closed
-