<?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: Limit Resource for OneAgent DeamonSet in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228746#M2019</link>
    <description>&lt;P&gt;Oh, I try to&amp;nbsp;&lt;SPAN&gt;increase it to 500M but not running. I will try to&amp;nbsp;increase to more memory. Lol&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 09:10:05 GMT</pubDate>
    <dc:creator>xuyenpn</dc:creator>
    <dc:date>2023-11-15T09:10:05Z</dc:date>
    <item>
      <title>Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228720#M2013</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;We are integrating dynatrace with k8s version 1.20 using DeamonSet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see in the yaml file there is a resource limitation for Operator.&amp;nbsp;What about DeamonSet?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:45:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228720#M2013</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-15T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228729#M2014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should be able to define the resource limits as we are deploying a DaemonSet (Not a custom resource like the operator).&lt;/P&gt;&lt;P&gt;An example of limiting resources can be found here in the Kubernetes documentation:&amp;nbsp;&lt;A href="https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/" target="_blank"&gt;https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;200Mi is probably not enough for the OneAgent - I'd go with similar limits that are recommended for the Operator.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 08:25:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228729#M2014</guid>
      <dc:creator>eduard_van_der1</dc:creator>
      <dc:date>2023-11-15T08:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228738#M2015</link>
      <description>&lt;P&gt;I try to it. But All Oneagent Pods don't working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;OneAgent Pods status is: CrashLoopBackOff&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 08:55:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228738#M2015</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-15T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228739#M2016</link>
      <description>&lt;P&gt;My dynatrace-oneagent.yaml:&lt;/P&gt;&lt;P&gt;apiVersion: apps/v1&lt;BR /&gt;kind: DaemonSet&lt;BR /&gt;metadata:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;spec:&lt;BR /&gt;selector:&lt;BR /&gt;matchLabels:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;template:&lt;BR /&gt;metadata:&lt;BR /&gt;labels:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;spec:&lt;BR /&gt;hostPID: true&lt;BR /&gt;hostIPC: true&lt;BR /&gt;hostNetwork: true&lt;BR /&gt;nodeSelector:&lt;BR /&gt;beta.kubernetes.io/os: linux&lt;BR /&gt;volumes:&lt;BR /&gt;- name: host-root&lt;BR /&gt;hostPath:&lt;BR /&gt;path: /&lt;BR /&gt;containers:&lt;BR /&gt;- name: dynatrace-oneagent&lt;BR /&gt;image: dynatrace/oneagent&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 200Mi&lt;BR /&gt;requests:&lt;BR /&gt;cpu: 100m&lt;BR /&gt;memory: 200Mi&lt;BR /&gt;env:&lt;BR /&gt;- name: ONEAGENT_INSTALLER_SCRIPT_URL&lt;BR /&gt;value: &lt;A href="https://rmw650.dynatrace-managed.com/e/702ce034-0f01-4f5b-9078-4c7b33e16678/api/v1/deployment/installer/agent/unix/default/latest?arch=" target="_blank" rel="noopener"&gt;https://env/e/700/api/v1/deployment/installer/agent/unix/default/latest?arch=&lt;/A&gt;&amp;lt;arch&amp;gt;&lt;BR /&gt;- name: ONEAGENT_INSTALLER_SKIP_CERT_CHECK&lt;BR /&gt;value: 'false'&lt;BR /&gt;- name: ONEAGENT_INSTALLER_DOWNLOAD_TOKEN&lt;BR /&gt;value: ''&lt;BR /&gt;args:&lt;BR /&gt;- '--set-network-zone=&amp;lt;your.network.zone&amp;gt;'&lt;BR /&gt;volumeMounts:&lt;BR /&gt;- name: host-root&lt;BR /&gt;mountPath: /mnt/root&lt;BR /&gt;securityContext:&lt;BR /&gt;privileged: true&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 07:25:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228739#M2016</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-16T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228740#M2017</link>
      <description>&lt;P&gt;&lt;STRONG&gt;My dynatrace-oneagent.yaml:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;apiVersion: apps/v1&lt;BR /&gt;kind: DaemonSet&lt;BR /&gt;metadata:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;spec:&lt;BR /&gt;selector:&lt;BR /&gt;matchLabels:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;template:&lt;BR /&gt;metadata:&lt;BR /&gt;labels:&lt;BR /&gt;name: dynatrace-oneagent&lt;BR /&gt;spec:&lt;BR /&gt;hostPID: true&lt;BR /&gt;hostIPC: true&lt;BR /&gt;hostNetwork: true&lt;BR /&gt;nodeSelector:&lt;BR /&gt;beta.kubernetes.io/os: linux&lt;BR /&gt;volumes:&lt;BR /&gt;- name: host-root&lt;BR /&gt;hostPath:&lt;BR /&gt;path: /&lt;BR /&gt;containers:&lt;BR /&gt;- name: dynatrace-oneagent&lt;BR /&gt;image: dynatrace/oneagent&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 200Mi&lt;BR /&gt;requests:&lt;BR /&gt;cpu: 100m&lt;BR /&gt;memory: 200Mi&lt;BR /&gt;env:&lt;BR /&gt;- name: ONEAGENT_INSTALLER_SCRIPT_URL&lt;BR /&gt;value: &lt;A href="https://rmw650.dynatrace-managed.com/e/702ce034-0f01-4f5b-9078-4c7b33e16678/api/v1/deployment/installer/agent/unix/default/latest?arch=" target="_blank" rel="noopener"&gt;https://env/e/700/api/v1/deployment/installer/agent/unix/default/latest?arch=&lt;/A&gt;&amp;lt;arch&amp;gt;&lt;BR /&gt;- name: ONEAGENT_INSTALLER_SKIP_CERT_CHECK&lt;BR /&gt;value: 'false'&lt;BR /&gt;- name: ONEAGENT_INSTALLER_DOWNLOAD_TOKEN&lt;BR /&gt;value: ''&lt;BR /&gt;args:&lt;BR /&gt;- '--set-network-zone=&amp;lt;your.network.zone&amp;gt;'&lt;BR /&gt;volumeMounts:&lt;BR /&gt;- name: host-root&lt;BR /&gt;mountPath: /mnt/root&lt;BR /&gt;securityContext:&lt;BR /&gt;privileged: true&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 07:25:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228740#M2017</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-16T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228742#M2018</link>
      <description>&lt;P&gt;Hi, What is the crash reason? Very likely it runs out of memory at 200Mi - try to increase it to 500Mi or 1G&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 08:57:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228742#M2018</guid>
      <dc:creator>eduard_van_der1</dc:creator>
      <dc:date>2023-11-15T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228746#M2019</link>
      <description>&lt;P&gt;Oh, I try to&amp;nbsp;&lt;SPAN&gt;increase it to 500M but not running. I will try to&amp;nbsp;increase to more memory. Lol&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:10:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228746#M2019</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-15T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228748#M2020</link>
      <description>&lt;P&gt;You can describe the Pod to see what caused the failure.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:11:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228748#M2020</guid>
      <dc:creator>eduard_van_der1</dc:creator>
      <dc:date>2023-11-15T09:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228752#M2021</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I see OneAgent Pods status is: CrashLoopBackOff&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1_n.jpg" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15528i69A68F6CF6087FA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1_n.jpg" alt="1_n.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try to get event and result as picture:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2_n.jpg" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15529i76F8F90CD0D2920D/image-size/large?v=v2&amp;amp;px=999" role="button" title="2_n.jpg" alt="2_n.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:21:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228752#M2021</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-15T09:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228754#M2022</link>
      <description>&lt;P&gt;Thanks. This indicates that either the container host operating system is running out of memory.&lt;/P&gt;&lt;P&gt;The Linux OOMKiller will designate a victim (in this case one of the processes from the OneAgent pods), and that causes the CrashLoopBackoff. So you have to check that your host has sufficient memory available - and then make sure that the limit for the OneAgent is high enough.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:29:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228754#M2022</guid>
      <dc:creator>eduard_van_der1</dc:creator>
      <dc:date>2023-11-15T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228757#M2023</link>
      <description>&lt;P&gt;The K8s cluster have 3 master node &amp;amp; 3 worker&amp;nbsp; node&amp;nbsp;corresponding to 3 oneagent daemon. I see that 1 oneagent using&amp;nbsp;a small amount of memory as picture:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.jpg" style="width: 795px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15530i3BC03A258CDDEBEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.jpg" alt="3.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 09:48:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228757#M2023</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-15T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228854#M2026</link>
      <description>&lt;P&gt;Sorry. Noted that: I use deamonset for deployment oneagent&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 01:42:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228854#M2026</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-16T01:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228860#M2027</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7971"&gt;@xuyenpn&lt;/a&gt;&amp;nbsp;, removed full token from your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The limits are best set as defined by the Dynatrace operator's developers.&lt;/P&gt;&lt;P&gt;On the github, you can select the desired version and see the default limits in the example file dynakube&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;      oneAgentResources:
        requests:
          cpu: 100m
          memory: 512Mi
        limits:
          cpu: 300m
          memory: 1.5Gi&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can easly check it for different versions in &lt;A href="https://github.com/Dynatrace/dynatrace-operator/tree/main/assets/samples" target="_self"&gt;samples&lt;/A&gt; of dynakube.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Romanenkov_Al3x_0-1700116043297.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/15556i723C9F11E4248D9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Romanenkov_Al3x_0-1700116043297.png" alt="Romanenkov_Al3x_0-1700116043297.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find recommended operator version from &lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/technology-support/support-model-for-kubernetes#dynatrace-support-lifecycle-for-kubernetes-and-red-hat-openshift-full-stack-monitoring" target="_self"&gt;documentation page&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex Romanenkov&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 06:34:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/228860#M2027</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-11-16T06:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Resource for OneAgent DeamonSet</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/229220#M2035</link>
      <description>&lt;P&gt;Thanks for your respond.&lt;BR /&gt;I removed&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;full token from my reply.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Noted. I try to using DaemonSet for K8s version 1.16. Don't using Operator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 02:10:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Limit-Resource-for-OneAgent-DeamonSet/m-p/229220#M2035</guid>
      <dc:creator>xuyenpn</dc:creator>
      <dc:date>2023-11-20T02:10:31Z</dc:date>
    </item>
  </channel>
</rss>

