Troubleshoot OneAgent on Kubernetes

Find out how to solve problems that you may encounter when deploying OneAgent on Kubernetes.

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

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

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

$ kubectl 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
$ kubectl logs oneagent-66qgb -n desk