<?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: Oneagent Container Deployment to GKE Fails (Container CrashLoop) in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31506#M1023</link>
    <description>&lt;P&gt;We're actively working on COS support, it should soon be released as an EAP feature.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 04:38:03 GMT</pubDate>
    <dc:creator>Tomasz_Gajger</dc:creator>
    <dc:date>2018-06-01T04:38:03Z</dc:date>
    <item>
      <title>Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31492#M1009</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;We're doing a PoC to determine if dynatrace can be used to monitor our containerized applications running on Google's GKE (kubernetes) platform.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, your process described below for getting dynatrace oneagent to work on GKE does not work:&lt;BR /&gt;&lt;A href="https://help.dynatrace.com/infrastructure-monitoring/containers/how-do-i-run-oneagent-with-kubernetes/"&gt;https://help.dynatrace.com/infrastructure-monitori...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following this procedure, the container fails to deploy with this error in the console:&lt;/P&gt;&lt;PRE&gt;      "Error syncing pod, skipping: failed to "StartContainer" for "dynatrace-oneagent" with CrashLoopBackOff: "Back-off 2m40s restarting failed container=dynatrace-oneagent pod=dynatrace-oneagent-nqf6q_default(500a76c4-6f83-11e7-902a-42010a840026)"&lt;/PRE&gt;&lt;P&gt;Investigating further, the container logs have just this line in before crashing:&lt;/P&gt;&lt;PRE&gt;10:29:53 This script can be only executed when Dynatrace OneAgent is deployed as docker container&lt;/PRE&gt;&lt;P&gt;(kubectl logs dynatrace-oneagent-mjr9v --previous)&lt;/P&gt;&lt;P&gt;Is this a defect in the oneagent container image itself, installation process or something unrelated?&lt;/P&gt;&lt;P&gt;Please help me troubleshoot this container failure further?&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Traiano&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 10:41:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31492#M1009</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-23T10:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31493#M1010</link>
      <description>&lt;P&gt;Hi Traiano,&lt;/P&gt;&lt;P&gt;since your goal is to deploy Dynatrace OneAgent on Google's GKE platform, you may want to follow the instructions described here: &lt;A href="https://help.dynatrace.com/infrastructure-monitoring/containers/how-do-i-deploy-oneagent-in-gke-based-clusters/"&gt;https://help.dynatrace.com/infrastructure-monitoring/containers/how-do-i-deploy-oneagent-in-gke-based-clusters/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Daniela&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:16:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31493#M1010</guid>
      <dc:creator>daniela_rabiser</dc:creator>
      <dc:date>2017-07-24T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31494#M1011</link>
      <description>&lt;P&gt;Hi Daniela&lt;/P&gt;&lt;P&gt;Firstly, thanks for your response. However, the link you posted is of no use because:&lt;/P&gt;&lt;P&gt;1) This link only describes how to set up the GKE container cluster &lt;BR /&gt;infrastructure - it actually tells you nothing about how to deploy the &lt;BR /&gt;the dynatrace oneagent container itself. For that, you have to refer to &lt;BR /&gt;this link, which I had to find by myself:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.dynatrace.com/infrastructure-monitoring/containers/how-do-i-run-oneagent-with-kubernetes/?_ga=2.263132940.1436082442.1500792328-55233876.1500676849"&gt;https://help.dynatrace.com/infrastructure-monitori...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) I have already set up a GKE container cluster - this is my existing system. I have also followed this link as a separate test and it is fine, but:&lt;/P&gt;The problem is that even once I've deployed the oneagent container to GKE, the oneagent container crashes with the error I described in my original post.&lt;P&gt;So the solution I need is: &lt;/P&gt;&lt;P&gt;a) To fix the root cause of why the oneagent container is crashing on GKE. &lt;/P&gt;&lt;P&gt;b) optionally: how to troubleshoot further to discover the reason why the oneagent container is crashing on GKE.&lt;/P&gt;&lt;P&gt;I'd be really thankful if you could help me with this. So far it appears that Dynatrace offers a solution to APM on GKE , but in practice we are not able to get this to work.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:31:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31494#M1011</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-24T07:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31495#M1012</link>
      <description>&lt;P&gt;Hi Traiano,&lt;/P&gt;&lt;P&gt;sorry that the help topic around deploying OneAgent in GKE-based clusters is not helpful to you. I've asked one of our Docker experts to have a look at your problem description. Please stay tuned for further answers.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Daniela &lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:44:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31495#M1012</guid>
      <dc:creator>daniela_rabiser</dc:creator>
      <dc:date>2017-07-24T07:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31496#M1013</link>
      <description>&lt;P&gt;Thanks, Daniela! I await in anticipation ...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:47:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31496#M1013</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-24T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31497#M1014</link>
      <description>&lt;P&gt;Hi Traiano,&lt;BR /&gt;&lt;BR /&gt;I assume that you have tried to deploy the latest image from Docker Hub, which is currently version 1.119. We had a problem with this version that causes it to not be able to recognize docker used by kubernetes correctly, the problem was fixed in version 1.121, that should be made available on Docker Hub in a matter of few days.&lt;BR /&gt;Furthermore, please be aware that currently we only support &lt;EM&gt;container-vm&lt;/EM&gt; type of node image and deployment will not work with &lt;EM&gt;cos&lt;/EM&gt; type.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tomek&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:14:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31497#M1014</guid>
      <dc:creator>Tomasz_Gajger</dc:creator>
      <dc:date>2017-07-24T09:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31498#M1015</link>
      <description>&lt;P&gt;Hi Tomasz&lt;/P&gt;&lt;P&gt;I've converted the GKE cluster to use container-vm.&lt;/P&gt;&lt;P&gt;We are using the "latest" oneagent image available. So if the current image is not 1.121, then I assume it's one of the defective images?&lt;/P&gt;&lt;P&gt;So, to conclude, would this mean we have to wait  some days to complete our evaluation of Dynatrace as an APM for GKE? Any date for when we can evaluate 1.121?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Traiano&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:30:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31498#M1015</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-24T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31499#M1016</link>
      <description>&lt;P&gt;Hi Traiano,&lt;BR /&gt;&lt;BR /&gt;yes, the previous latest image (version 1.119) was defective.&lt;BR /&gt;However, version 1.121 was just released to Docker Hub and tagged as latest, this one should work with your GKE setup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tomek&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 05:29:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31499#M1016</guid>
      <dc:creator>Tomasz_Gajger</dc:creator>
      <dc:date>2017-07-25T05:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31500#M1017</link>
      <description>&lt;P&gt;Hi Tomasz, thanks for your response. &lt;/P&gt;&lt;P&gt;However, I see the container (latest) still appears to have issues, the containers fail to startup due to a permissions issue in mounting the installation directory. Here is the container logs from kubernetes when deploying with "latest":&lt;/P&gt;&lt;P&gt;bash-3.2$ kubectl logs dynatrace-oneagent-2q2jv &lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;mkdir: can't create directory '/mnt/root//opt/dynatrace/': Read-only file system&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot create /mnt/root//opt/dynatrace/oneagent directory.&lt;/PRE&gt;&lt;PRE&gt;chmod: /mnt/root//opt/dynatrace/oneagent: No such file or directory&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot change permisions of /mnt/root//opt/dynatrace/oneagent directory to 755.&lt;/PRE&gt;&lt;PRE&gt;mkdir: can't create directory '/mnt/root//opt/dynatrace/': Read-only file system&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot create /mnt/root//opt/dynatrace/oneagent/log directory.&lt;/PRE&gt;&lt;PRE&gt;chmod: /mnt/root//opt/dynatrace/oneagent/log: No such file or directory&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot change permisions of /mnt/root//opt/dynatrace/oneagent/log directory to 777.&lt;/PRE&gt;&lt;PRE&gt;mkdir: can't create directory '/mnt/root//opt/dynatrace/': Read-only file system&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot create /mnt/root//opt/dynatrace/oneagent/log/installer directory.&lt;/PRE&gt;&lt;PRE&gt;chmod: /mnt/root//opt/dynatrace/oneagent/log/installer: No such file or directory&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot change permisions of /mnt/root//opt/dynatrace/oneagent/log/installer directory to 755.&lt;/PRE&gt;&lt;PRE&gt;mkdir: can't create directory '/mnt/root//opt/dynatrace/': Read-only file system&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot create /mnt/root//opt/dynatrace/oneagent/log/network directory.&lt;/PRE&gt;&lt;PRE&gt;chmod: /mnt/root//opt/dynatrace/oneagent/log/network: No such file or directory&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Cannot change permisions of /mnt/root//opt/dynatrace/oneagent/log/network directory to 755.&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Started agent deployment as docker image, PID 26567.&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;07:07:47 Container version: 1.121.196.20170720-130455&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;07:07:48 Deploying to: /mnt/root&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;mkdir: can't create directory '/mnt/root//opt/dynatrace/': Read-only file system&lt;/PRE&gt;&lt;PRE&gt;07:07:48 Cannot create /mnt/root//opt/dynatrace/oneagent directory.&lt;/PRE&gt;&lt;PRE&gt;chmod: /mnt/root//opt/dynatrace/oneagent: No such file or directory&lt;/PRE&gt;&lt;PRE&gt;07:07:48 Cannot change permisions of /mnt/root//opt/dynatrace/oneagent directory to 755.&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;cp: can't create '/mnt/root//opt/dynatrace/oneagent/Dynatrace-OneAgent-Linux.sh': No such file or directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;PRE&gt;/tmp/entrypoint.sh: line 352: can't create /mnt/root//opt/dynatrace/oneagent/log/installer/installation_docker_26567.log: nonexistent directory&lt;/PRE&gt;&lt;P&gt;Here is my deployment .yaml:&lt;/P&gt;&lt;PRE&gt;apiVersion: extensions/v1beta1kind: DaemonSetmetadata:  name: dynatrace-oneagentspec:  template:  metadata:  labels:  run: dynatrace-oneagent  spec:  hostPID: true  hostIPC: true  hostNetwork: true  volumes:  - name: host-root  hostPath:  path: /  containers:  - name: dynatrace-oneagent  image: dynatrace/oneagent:latest  args:  - "TENANT=lfn20468"  - "TENANT_TOKEN=IRV1c15bIcRWq5KQ"  - "SERVER=https://lfn20468.live.dynatrace.com"  volumeMounts:  - mountPath: /mnt/root  name: host-root  securityContext:  privileged: true&lt;/PRE&gt;&lt;P&gt;Snapshot of status of the daemonset:&lt;/P&gt;&lt;P&gt;bash-3.2$ kubectl get daemonsets&lt;BR /&gt;NAME  DESIRED  CURRENT  READY  UP-TO-DATE  AVAILABLE  NODE-SELECTOR  AGE&lt;BR /&gt;dynatrace-oneagent  3  3  0  3  0  &amp;lt;none&amp;gt;  5m&lt;BR /&gt;bash-3.2$ &lt;BR /&gt;bash-3.2$ &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;bash-3.2$ &lt;BR /&gt;bash-3.2$ kubectl get pods&lt;BR /&gt;NAME  READY  STATUS  RESTARTS  AGE&lt;BR /&gt;dynatrace-oneagent-2q2jv  0/1  CrashLoopBackOff  5  5m&lt;BR /&gt;dynatrace-oneagent-5mqv1  0/1  CrashLoopBackOff  5  5m&lt;BR /&gt;dynatrace-oneagent-6vvtf  0/1  CrashLoopBackOff  5  5m&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:13:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31500#M1017</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-25T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31501#M1018</link>
      <description>&lt;P&gt;Hi Traiano,&lt;BR /&gt;&lt;BR /&gt;are you sure that this node uses &lt;EM&gt;container-vm&lt;/EM&gt; image?&lt;BR /&gt;I recall seeing similar errors when &lt;EM&gt;cos&lt;/EM&gt; was used.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:34:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31501#M1018</guid>
      <dc:creator>Tomasz_Gajger</dc:creator>
      <dc:date>2017-07-25T11:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31502#M1019</link>
      <description>&lt;P&gt;Hi Tomasz! Thanks, that was it, it looks like my cos-&amp;gt;container-vm conversion didn't complete successfully last time, so I did it again. We have success &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:35:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31502#M1019</guid>
      <dc:creator>traiano</dc:creator>
      <dc:date>2017-07-25T12:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31503#M1020</link>
      <description>&lt;P&gt;Having the same issue, what was the resolution?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:12:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31503#M1020</guid>
      <dc:creator>scott_brenner</dc:creator>
      <dc:date>2017-10-10T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31504#M1021</link>
      <description>&lt;P&gt;Hi Scott,&lt;BR /&gt;&lt;BR /&gt;such a problem can occur as a result of different root causes.&lt;BR /&gt;Please make sure that you followed the instructions from &lt;/P&gt;&lt;P&gt;https://help.dynatrace.com/infrastructure/containers/how-do-i-deploy-oneagent-in-gke-based-clusters/ (this page was recently updated).&lt;/P&gt;&lt;P&gt;If the problem still persists, please kindly open a support ticket on &lt;/P&gt;&lt;P&gt;https://www.dynatrace.com/support/&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tomek&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:44:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31504#M1021</guid>
      <dc:creator>Tomasz_Gajger</dc:creator>
      <dc:date>2017-10-12T08:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31505#M1022</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt; by &lt;STRONG&gt;Tomasz G.&lt;/STRONG&gt;  Jul 24, 2017 at 09:14 AM&lt;/P&gt;&lt;P&gt;Hi Traiano,&lt;BR /&gt;&lt;BR /&gt;I assume that you have tried to deploy the latest image from Docker Hub, which is currently version 1.119. We had a problem with this version that causes it to not be able to recognize docker used by kubernetes correctly, the problem was fixed in version 1.121, that should be made available on Docker Hub in a matter of few days.&lt;BR /&gt;Furthermore, please be aware that currently we only support &lt;EM&gt;container-vm&lt;/EM&gt; type of node image and deployment will not work with &lt;EM&gt;cos&lt;/EM&gt; type.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Tomek&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Where is Dynatrace now with supporting the cos type? We are doing some evaluations and this is a requirement. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 20:38:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31505#M1022</guid>
      <dc:creator>larry_roberts</dc:creator>
      <dc:date>2018-05-01T20:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent Container Deployment to GKE Fails (Container CrashLoop)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31506#M1023</link>
      <description>&lt;P&gt;We're actively working on COS support, it should soon be released as an EAP feature.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 04:38:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Container-Deployment-to-GKE-Fails-Container-CrashLoop/m-p/31506#M1023</guid>
      <dc:creator>Tomasz_Gajger</dc:creator>
      <dc:date>2018-06-01T04:38:03Z</dc:date>
    </item>
  </channel>
</rss>

