<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Set a certain ActiveGate/OneAgent image version in the Dynatrace Operator in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Set-a-certain-ActiveGate-OneAgent-image-version-in-the-Dynatrace/ta-p/198484</link>
    <description>&lt;DIV class="lia-message-template-question-zone"&gt;
&lt;H2&gt;Question&lt;/H2&gt;
&lt;P&gt;How can I control the version of the ActiveGate/OneAgent that's runnning as a pod inside the Dynatrace Operator? I would like to avoid auto-updates.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-answer-zone"&gt;
&lt;H2&gt;Answer&lt;/H2&gt;
&lt;P&gt;You would need to find the custom resource YAML file that you have applied when you set-up the Kubernetes monitoring and the Activegate version that you want to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit the YAML file using your editor of choice, navigate to this section and uncomment the image line, replace&amp;nbsp;ENVIRONMENTID with your actual environment id and replace also&amp;nbsp; the "latest" with the version you want to have. The structure is "1.majorVersion.minorVersion"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Optional: Sets the image used to deploy ActiveGate instances&lt;BR /&gt;# Defaults to the latest ActiveGate image on the tenant's registry&lt;BR /&gt;# Example: "ENVIRONMENTID.live.dynatrace.com/linux/activegate:latest"&lt;BR /&gt;#&lt;BR /&gt;image: "demoTenant.live.dynatrace.com/linux/activegate:&lt;SPAN&gt;1.253.234&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;oneAgent:&lt;BR /&gt;# Enables classic fullstack monitoring and changes its settings&lt;BR /&gt;# Cannot be used in conjunction with cloud-native fullstack monitoring, application-only monitoring or host monitoring&lt;BR /&gt;#&lt;BR /&gt;classicFullStack:&lt;BR /&gt;# Optional: If specified, indicates the OneAgent version to use&lt;BR /&gt;# Defaults to "latest"&lt;BR /&gt;# The version is expected to be provided in the semver format&lt;BR /&gt;# Example: {major.minor.release}, e.g., "1.200.0"&lt;BR /&gt;#&lt;BR /&gt;# version:&lt;/P&gt;
&lt;P&gt;# Optional: Sets the URI for the image containing the OneAgent installer used by the DaemonSet&lt;BR /&gt;# Defaults to the latest OneAgent image on the tenant's registry&lt;BR /&gt;#&lt;BR /&gt;image: "demoTenant.live.dynatrace.com/linux/oneagent:&lt;SPAN&gt;1.253.234&lt;/SPAN&gt;":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save the edits you have made and while being logged to your Kubernetes environment, run this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kubectl apply -f &amp;lt;yourCustomResourceFile.yaml&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same applies for Openshift, just the command differs:&lt;/P&gt;
&lt;P&gt;oc apply -f &amp;lt;yourCustomResourceFile.yaml&amp;gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 04 May 2023 07:44:56 GMT</pubDate>
    <dc:creator>Filip-Rus</dc:creator>
    <dc:date>2023-05-04T07:44:56Z</dc:date>
    <item>
      <title>Set a certain ActiveGate/OneAgent image version in the Dynatrace Operator</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Set-a-certain-ActiveGate-OneAgent-image-version-in-the-Dynatrace/ta-p/198484</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;
&lt;H2&gt;Question&lt;/H2&gt;
&lt;P&gt;How can I control the version of the ActiveGate/OneAgent that's runnning as a pod inside the Dynatrace Operator? I would like to avoid auto-updates.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-answer-zone"&gt;
&lt;H2&gt;Answer&lt;/H2&gt;
&lt;P&gt;You would need to find the custom resource YAML file that you have applied when you set-up the Kubernetes monitoring and the Activegate version that you want to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit the YAML file using your editor of choice, navigate to this section and uncomment the image line, replace&amp;nbsp;ENVIRONMENTID with your actual environment id and replace also&amp;nbsp; the "latest" with the version you want to have. The structure is "1.majorVersion.minorVersion"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# Optional: Sets the image used to deploy ActiveGate instances&lt;BR /&gt;# Defaults to the latest ActiveGate image on the tenant's registry&lt;BR /&gt;# Example: "ENVIRONMENTID.live.dynatrace.com/linux/activegate:latest"&lt;BR /&gt;#&lt;BR /&gt;image: "demoTenant.live.dynatrace.com/linux/activegate:&lt;SPAN&gt;1.253.234&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;oneAgent:&lt;BR /&gt;# Enables classic fullstack monitoring and changes its settings&lt;BR /&gt;# Cannot be used in conjunction with cloud-native fullstack monitoring, application-only monitoring or host monitoring&lt;BR /&gt;#&lt;BR /&gt;classicFullStack:&lt;BR /&gt;# Optional: If specified, indicates the OneAgent version to use&lt;BR /&gt;# Defaults to "latest"&lt;BR /&gt;# The version is expected to be provided in the semver format&lt;BR /&gt;# Example: {major.minor.release}, e.g., "1.200.0"&lt;BR /&gt;#&lt;BR /&gt;# version:&lt;/P&gt;
&lt;P&gt;# Optional: Sets the URI for the image containing the OneAgent installer used by the DaemonSet&lt;BR /&gt;# Defaults to the latest OneAgent image on the tenant's registry&lt;BR /&gt;#&lt;BR /&gt;image: "demoTenant.live.dynatrace.com/linux/oneagent:&lt;SPAN&gt;1.253.234&lt;/SPAN&gt;":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save the edits you have made and while being logged to your Kubernetes environment, run this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kubectl apply -f &amp;lt;yourCustomResourceFile.yaml&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same applies for Openshift, just the command differs:&lt;/P&gt;
&lt;P&gt;oc apply -f &amp;lt;yourCustomResourceFile.yaml&amp;gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 May 2023 07:44:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Set-a-certain-ActiveGate-OneAgent-image-version-in-the-Dynatrace/ta-p/198484</guid>
      <dc:creator>Filip-Rus</dc:creator>
      <dc:date>2023-05-04T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set a certain ActiveGate/OneAgent image version in the Dynatrace Operator</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Set-a-certain-ActiveGate-OneAgent-image-version-in-the-Dynatrace/tac-p/212101#M190</link>
      <description>&lt;P&gt;Great Write up! being able to control the Updates is critical for organizations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:00:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Set-a-certain-ActiveGate-OneAgent-image-version-in-the-Dynatrace/tac-p/212101#M190</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T19:00:07Z</dc:date>
    </item>
  </channel>
</rss>

