File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
You can use the `oc logs` command to read Operator logs, as in the following examples.
10
10
11
- .Example command for KMM
11
+ .Example command for KMM controller
12
12
13
13
[source,terminal]
14
14
----
15
15
$ oc logs -fn openshift-kmm deployments/kmm-operator-controller
16
16
----
17
17
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
19
26
20
27
[source,terminal]
21
28
----
22
29
$ oc logs -fn openshift-kmm-hub deployments/kmm-operator-hub-controller
23
30
----
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
+ ----
You can’t perform that action at this time.
0 commit comments