-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservicemesh-v2.yaml
More file actions
30 lines (30 loc) · 963 Bytes
/
servicemesh-v2.yaml
File metadata and controls
30 lines (30 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# Service Mesh 2 + Kiali. Required by RHOAI 2.25.4 for KServe Serverless mode —
# will be REMOVED during migration to 3.3.2 (replaced by Service Mesh 3).
#
# Jaeger is NOT subscribed: the jaeger-product package is no longer in the 4.20
# catalogs (Red Hat replaced it with Tempo/OpenTelemetry). RHOAI's default DSCI
# uses metricsCollection: Istio, so tracing via Jaeger is not required for the SMCP.
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: servicemeshoperator
namespace: openshift-operators
spec:
channel: stable
name: servicemeshoperator
source: redhat-operators
sourceNamespace: openshift-marketplace
installPlanApproval: Automatic
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: kiali-ossm
namespace: openshift-operators
spec:
channel: stable
name: kiali-ossm
source: redhat-operators
sourceNamespace: openshift-marketplace
installPlanApproval: Automatic