Skip to content

Commit fcdc5c2

Browse files
TELCODOCS-1849: DEV & QE review
1 parent 9942490 commit fcdc5c2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

modules/kmm-reading-operator-logs.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,30 @@
88

99
You can use the `oc logs` command to read Operator logs, as in the following examples.
1010

11-
.Example command for KMM
11+
.Example command for KMM controller
1212

1313
[source,terminal]
1414
----
1515
$ oc logs -fn openshift-kmm deployments/kmm-operator-controller
1616
----
1717

18-
.Example command for KMM-Hub
18+
.Example command for KMM webhook server
19+
20+
[source,terminal]
21+
----
22+
$ oc logs -fn openshift-kmm deployments/kmm-operator-webhook-server
23+
----
24+
25+
.Example command for KMM-Hub controller
1926

2027
[source,terminal]
2128
----
2229
$ oc logs -fn openshift-kmm-hub deployments/kmm-operator-hub-controller
2330
----
31+
32+
.Example command for KMM-Hub webhook server
33+
34+
[source,terminal]
35+
----
36+
$ oc logs -fn openshift-kmm deployments/kmm-operator-hub-webhook-server
37+
----

0 commit comments

Comments
 (0)