Troubleshoot OneAgent on OpenShift Container Platform

Find out how to solve problems that you may encounter when deploying OneAgent on an OpenShift Container Platform.

In case you encounter a problem, you can review the logs provided by OneAgent Operator by running

$ oc -n desk logs -f deployment/desk-oneagent-operator

You might also want to check the logs from OneAgent pods deployed through OneAgent Operator.

$ oc get pods -n desk
NAME                                           READY     STATUS    RESTARTS   AGE
desk-oneagent-operator-64865586d4-nk5ng   1/1       Running   0          1d
oneagent-66qgb                                 1/1       Running   0          22h
$ oc logs oneagent-66qgb -n desk