<?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>topic Re: How dynatrace operator with OA pulled image will know about new routing AG? in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/278409#M3114</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67399"&gt;@IzabelaRokita&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found out that we can set the server end point for AG and OA from entries within the dynakube.yaml&amp;nbsp;&lt;/P&gt;&lt;P&gt;For OA under args:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      # Optional: Adds custom arguments to the OneAgent installer
      # For a list of available options, see https://www.dynatrace.com/support/help/shortlink/linux-custom-installation
      # For a list of the limitations for OneAgents in Docker, see https://www.dynatrace.com/support/help/shortlink/oneagent-docker#limitations
      #
      # args: []&lt;/LI-CODE&gt;&lt;DIV&gt;For AG under&amp;nbsp;customProperties:&lt;/DIV&gt;&lt;LI-CODE lang="javascript"&gt;    # Optional: Defines a custom properties file, the file contents can be provided either as a value in this yaml or as a reference to a secret.
    # If a reference to a secret is used, then the file contents must be stored under the 'customProperties' key within the secret.
    #
    # customProperties:
    #   value: |
    #     [connectivity]
    #     networkZone=
    #   valueFrom: myCustomPropertiesSecret&lt;/LI-CODE&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 May 2025 16:02:30 GMT</pubDate>
    <dc:creator>Yosi_Neuman</dc:creator>
    <dc:date>2025-05-30T16:02:30Z</dc:date>
    <item>
      <title>How dynatrace operator with OA pulled image will know about new routing AG?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177215#M318</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;Will be happy to read your suggestions for the follow scenario:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;K8S with no connection to the cluster nodes on port 443 nor to AG's on port 9999, from pods&lt;/LI&gt;
&lt;LI&gt;Installing dynatrace operator with &lt;A href="https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-container-platforms/kubernetes/store-dynatrace-images-in-private-registries-kubernetes/" target="_blank" rel="noopener"&gt;pulled OA image&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;How the OA pods will connect to the routing AG if the ip is not publish yet and not included in the pulled&amp;nbsp; image?&lt;/P&gt;
&lt;P&gt;Do we need to install first &lt;A href="https://www.dynatrace.com/support/help/shortlink/connect-kubernetes-clusters" target="_blank" rel="noopener"&gt;StatefullSet AG&lt;/A&gt;&amp;nbsp;and not to install the AG from the dynatrace operator?&lt;/P&gt;
&lt;P&gt;Maybe just to pull new image from dynatrace after routing OA is up an running and push the new image to the OA pods?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your inputs here&lt;/P&gt;
&lt;P&gt;All the best and stay safe&lt;/P&gt;
&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 09:36:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177215#M318</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2021-12-13T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How dynatrace operator with OA pulled image will know about new routing AG?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177217#M319</link>
      <description>&lt;P&gt;So we have it all defined in Helm, so deployment looks directly at a DNS Alias which holds a set of AGs for the Oneagent Version, then it gets installed to the nodes, and then they report back via Network Zones to specific AGs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 21:23:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177217#M319</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-12-09T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How dynatrace operator with OA pulled image will know about new routing AG?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177221#M320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14877"&gt;@ChadTurner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your replay&lt;/P&gt;&lt;P&gt;My bad, forgot to mention that in this case customer uses PSP so we utilized &lt;A href="https://www.dynatrace.com/support/help/shortlink/kubernetes-hub#oneagent" target="_blank" rel="noopener"&gt;dynatrace operator V0.2.1 which is the last version that support PSP&lt;/A&gt;, after no host was added to cluster we saw in OA pods os logs that it tries to reach the cluster and other AGs and not to the new born routing AG, hence we docker pulled newer OA version from cluster and pushed it to the local repository and after deleting the OA pods it took the new OA version and hosts appeared in the dynatrace UI in no time. so the question remains&amp;nbsp; what is the right why to do this ? is there some setting from cr.yaml that can do the trick?&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 06:54:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/177221#M320</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2021-12-10T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How dynatrace operator with OA pulled image will know about new routing AG?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/278352#M3088</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;, did you manage to find the solution to your problem? If so, it would be amazing if you've shared it with the rest of the Community! If not, let me know, and I'll look for some further assistance&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 09:52:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/278352#M3088</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-05-30T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How dynatrace operator with OA pulled image will know about new routing AG?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/278409#M3114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/67399"&gt;@IzabelaRokita&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We found out that we can set the server end point for AG and OA from entries within the dynakube.yaml&amp;nbsp;&lt;/P&gt;&lt;P&gt;For OA under args:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      # Optional: Adds custom arguments to the OneAgent installer
      # For a list of available options, see https://www.dynatrace.com/support/help/shortlink/linux-custom-installation
      # For a list of the limitations for OneAgents in Docker, see https://www.dynatrace.com/support/help/shortlink/oneagent-docker#limitations
      #
      # args: []&lt;/LI-CODE&gt;&lt;DIV&gt;For AG under&amp;nbsp;customProperties:&lt;/DIV&gt;&lt;LI-CODE lang="javascript"&gt;    # Optional: Defines a custom properties file, the file contents can be provided either as a value in this yaml or as a reference to a secret.
    # If a reference to a secret is used, then the file contents must be stored under the 'customProperties' key within the secret.
    #
    # customProperties:
    #   value: |
    #     [connectivity]
    #     networkZone=
    #   valueFrom: myCustomPropertiesSecret&lt;/LI-CODE&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:02:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-dynatrace-operator-with-OA-pulled-image-will-know-about-new/m-p/278409#M3114</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2025-05-30T16:02:30Z</dc:date>
    </item>
  </channel>
</rss>

