04 Apr 2023 04:30 PM - last edited on 12 Jun 2023 11:23 AM by Michal_Gebacki
Hello,
I'm using EKS Fargate, I have applied the kubernetes yaml: https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.10.4/kubernetes.yaml and dynakube.yaml.
So the pods: dynatrace-operator, dynatrace-webhook and activegate work correctly, but the daemonset oneagent not have pod.
On Dynatrace dashboard I see only Kubernetes cluster details correctly, no data from oneagent because no have pod.
Has anyone had the same problem as me, how did you fix it?
Thanks for your time
Cheears
Mario
Solved! Go to Solution.
04 Apr 2023 08:42 PM
Hi @mariocandela try using this yaml:
apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
name: dynaKube
namespace: dynatrace
spec:
apiUrl: YOUR TENANT APIURL
tokens: "dynakube"
skipCertCheck: true
oneAgent:
applicationMonitoring:
useCSIDriver: false
activeGate:
capabilities:
- routing
- kubernetes-monitoring
- dynatrace-api
image: ""
replicas: 2
resources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 1000m
memory: 1.5Gi
group: default
15 May 2023 03:41 PM
Describe output of the OA daemonset might give more insights of the issue and root cause of the missing OA pods.