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 88
99You 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+ ----
You can’t perform that action at this time.
0 commit comments