Troubleshoot deployment and connectivity errors
Find out how to troubleshoot the possible issues you might encounter when deploying OneAgent on Kubernetes, or any connectivity errors that you might get when trying to connect your Kubernetes clusters to Dynatrace.
Issues occurring when deploying OneAgent
In case you encounter a problem, you can review the logs provided by OneAgent Operator by running
$ kubectl -n dynatrace logs -f deployment/dynatrace-oneagent-operator
You might also want to check the logs from OneAgent pods deployed through OneAgent Operator.
$ kubectl get pods -n dynatrace
NAME READY STATUS RESTARTS AGE
dynatrace-oneagent-operator-64865586d4-nk5ng 1/1 Running 0 1d
oneagent-66qgb 1/1 Running 0 22h
$ kubectl logs oneagent-66qgb -n dynatrace