Skip to content

Commit f5db89d

Browse files
authored
Merge pull request #72765 from gwynnemonahan/OSSM-6044
OSSM-6044 [DOC] Update Kiali CR and change name-space to istio-system
2 parents 4c92828 + 37d5d85 commit f5db89d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/ossm-integrating-with-user-workload-monitoring.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following steps show how to integrate Service Mesh with user-workload monito
1919
2020
.Procedure
2121

22-
. Grant the `cluster-monitoring-view` role to the Kiali Service Account, replacing `<kiali-namespace>` with the name of the Kiali deployment namespace:
22+
. Grant the `cluster-monitoring-view` role to the Kiali Service Account:
2323
+
2424
[source,yaml]
2525
----
@@ -34,7 +34,7 @@ roleRef:
3434
subjects:
3535
- kind: ServiceAccount
3636
name: kiali-service-account
37-
namespace: <kiali-namespace>
37+
namespace: istio-system
3838
----
3939

4040
. Configure Kiali for user-workload monitoring:
@@ -46,13 +46,12 @@ kind: Kiali
4646
metadata:
4747
name: kiali-user-workload-monitoring
4848
namespace: istio-system
49-
spec:
49+
spec:
5050
external_services:
51-
prometheus:
52-
auth:
53-
token: secret:thanos-querier-web-token:token
51+
prometheus:
52+
auth:
5453
type: bearer
55-
use_kiali_token: false
54+
use_kiali_token: true
5655
query_scope:
5756
mesh_id: "basic-istio-system"
5857
thanos_proxy:

0 commit comments

Comments
 (0)