on 30 Nov 2023 11:22 AM
DaemonSet
kubectl get pods --namespace=kube-system
NAME READY STATUS RESTARTS AGE
dynatrace-oneagent-abcde 1/1 Running 0 1m
oc get pods
NAME READY STATUS RESTARTS AGE
dynatrace-oneagent-abcde 1/1 Running 0 1m
This is typically caused by a timing issue that occurs if application containers have started before OneAgent was fully installed on the system. As a consequence, some parts of your application run uninstrumented. To be on the safe side, OneAgent should be fully integrated before you start your application containers. If your application has already been running, restarting its containers will have the very same effect.