28 Sep 2024 01:45 PM - last edited on 30 Sep 2024 07:13 AM by MaciejNeumann
Hi everyone.
I would like to know what is the proper method to disable automatic OneAgent updates on a kubernetes cluster.
Is it via Host Group settings or via the AutoUpdate parameter on the Dynakube file?
Thank you.
28 Sep 2024 04:08 PM
Tip:
To update Dynatrace Operator using manifest for the mentioned monitoring methods : classicFullStack, applicationMonitoring, and host monitoring
execute the attached command kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v1.3.0/kubernetes.yaml
BR,
Peter.
28 Sep 2024 04:12 PM
Hi @Theodore_x86 ,
You can disable auto-updates in dynakube on this way: https://docs.dynatrace.com/docs/shortlink/auto-update-operator-components#configuration-in-dynakube
Hope it helps.
Regards,
Elena
30 Sep 2024 10:50 AM
Thank you @erh_inetum and @Peter_Youssef for your replies.
My question is if the "autoUpdate" field stops the updates or just controlls the restart of the pods, after the update has taken place. This is crucial for our infrastructure;we need to control the version of Dynatrace components installed.
Thanks!
30 Sep 2024 10:58 AM
Hi Theodore,
Welcome.
"autoUpdate" controls whether Dynatrace Operator restarts the OneAgent pods.
Regards,
Elena.
30 Sep 2024 11:02 AM
So basically Updates are not suppressed! The updated version will be downloaded either way.
This is a problem....
30 Sep 2024 11:51 AM
Actually Documentation does not explain how to perform the following:
For Activegate there is a feature flag but I cannot find anything relevant for OneAgent.
BR