03 Sep 2024 03:44 PM - last edited on 04 Sep 2024 07:43 AM by MaciejNeumann
Dear Team,
We are using Dynatrace SaaS and we have configured GUI based cloud native fullstack integration using below URL.
https://docs.dynatrace.com/docs/shortlink/installation-k8s-cloud-native-fs
Post installation Dynatrace AG status showing Init:Imagepullbackoff issue, kindly suggest how to fix this.
Thanks and regards,
Dharm
05 Sep 2024 07:36 AM
try the below and look at the events at the end, it will give you a clue on why the image pull failed
kubectl describe pod <pod_name> -n dynatrace
08 Sep 2024 03:38 PM - edited 08 Sep 2024 03:41 PM
Hi @dharm_0101
As @p_devulapalli you need to check the AG pod log to understand what is the issue.
Usually its certificate issue as described in ImagePullBackoff error on OneAgent and ActiveGate pods but there is also an issue with operator v0.14.0
HTH
Yos