<?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: Deploying DT Managed OneAgent in OpenShift Online 3 environments (non-privileged containers) in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58163#M673</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Hello ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm trying to follow these instructions from &lt;A href="https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/"&gt;https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/&lt;/A&gt; to deploy a OneAgent to monitor a spring boot application deployed under OpenShift Online 3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;firstly,i created a dockerfile and i insert these instructions into it with replacing environement id , the tocken , the one agent option and the command by the right variables.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ARG DT_API_URL="https://&amp;lt;environmentID&amp;gt;.live.dynatrace.com/api" ARG DT_API_TOKEN="&amp;lt;token&amp;gt;" ARG DT_ONEAGENT_OPTIONS="flavor=default&amp;amp;include=&amp;lt;technology1&amp;gt;&amp;amp;include=&amp;lt;technology2&amp;gt;" ENV DT_HOME="/opt/dynatrace/oneagent" RUN mkdir -p "$DT_HOME" &amp;amp;&amp;amp; \ wget -O "$DT_HOME/oneagent.zip" "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_API_TOKEN&amp;amp;$DT_ONEAGENT_OPTIONS" &amp;amp;&amp;amp; \ unzip -d "$DT_HOME" "$DT_HOME/oneagent.zip" &amp;amp;&amp;amp; \ rm "$DT_HOME/oneagent.zip" ENTRYPOINT [ "/opt/dynatrace/oneagent/dynatrace-agent64.sh" ] CMD [ "executable", "param1", "param2" ] # the command of your application, e.g. java&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and after that i did the build the application image by execute the next command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oc new-build --binary --strategy=docker --allow-missing-images yourapp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;however, it seems that isn't working for me , as I'm getting the following error :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@CHBSLADT01TST LambdaAir]# oc new-build --binary --strategy=docker --allow-missing-images zuuloo&lt;/P&gt;&lt;P&gt;W0627 05:53:42.764249 1035 newapp.go:317] Could not find an image stream match for "zuuloo". Make sure that a Docker image with that tag is available on the node for the build to succeed.&lt;/P&gt;&lt;P&gt;* A Docker build using binary input will be created&lt;/P&gt;&lt;P&gt;* The resulting image will be pushed to image stream "zuuloo:latest"&lt;/P&gt;&lt;P&gt;* A binary build was created, use 'start-build --from-dir' to trigger a new build&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Creating resources with label build=zuuloo ...&lt;/P&gt;&lt;P&gt;imagestream "zuuloo" created&lt;/P&gt;&lt;P&gt;error: buildconfigs "zuuloo" is forbidden: build strategy Docker is not allowed&lt;/P&gt;&lt;P&gt;--&amp;gt; Failed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced similar issues and if you solved them, how did you do it?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/12707/view.html"&gt;@Zbyszek C&lt;/A&gt;, @&lt;STRONG&gt;Daniela R.&lt;/STRONG&gt; , i think that you exposed to this issue , could you help me please.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Many thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Refka&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Jun 2019 10:50:26 GMT</pubDate>
    <dc:creator>refka_hachani</dc:creator>
    <dc:date>2019-06-27T10:50:26Z</dc:date>
    <item>
      <title>Deploying DT Managed OneAgent in OpenShift Online 3 environments (non-privileged containers)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58161#M671</link>
      <description>&lt;P&gt;I'm trying to follow te instructions from &lt;A href="https://www.dynatrace.com/support/help/cloud-platforms/openshift/how-do-i-deploy-dynatrace-oneagent-on-openshift-container-platform/"&gt;https://www.dynatrace.com/support/help/cloud-platf...&lt;/A&gt; to deploy a DT OneAgent to monitor an application deployed under OpenShift Online 3. That means, the instructions fail at the step:&lt;/P&gt;&lt;P&gt;{noformat}$ oc adm policy add-scc-to-user privileged -z dynatrace{noformat}&lt;/P&gt;&lt;P&gt;because this kind of account has only non-privileged access, or, no access to the cluster level.&lt;/P&gt;&lt;P&gt;While the aforementioned topics seems correct in general, one realizes that there's no way to proceed until that step. Please include a note this topic applies only to environments with the cluster level access, like you did in the topic &lt;A href="https://www.dynatrace.com/support/help/cloud-platforms/openshift/how-do-i-monitor-openshift-applications/"&gt;https://www.dynatrace.com/support/help/cloud-platf...&lt;/A&gt; &lt;/P&gt;&lt;P&gt;However, it seems that the alternative isn't working for me either, as I'm getting the following error message:&lt;/P&gt;&lt;P&gt;{noformat}&lt;/P&gt;&lt;P&gt;Could not find an image stream match for "nodejs-ex". Make sure that a Docker image with that tag is available on the node for the build to succeed.&lt;/P&gt;&lt;P&gt;* A Docker build using binary input will be created&lt;/P&gt;&lt;P&gt;* The resulting image will be pushed to image stream "nodejs-ex:latest"&lt;/P&gt;&lt;P&gt;* A binary build was created, use 'start-build --from-dir' to trigger a new build&lt;/P&gt;&lt;P&gt;--&amp;gt; Creating resources with label build=nodejs-ex ...&lt;/P&gt;&lt;P&gt;error: imagestreams.image.openshift.io "nodejs-ex" already exists&lt;/P&gt;&lt;P&gt;error: buildconfigs.build.openshift.io "nodejs-ex" is forbidden: build strategy Docker is not allowed&lt;/P&gt;&lt;P&gt;--&amp;gt; Failed&lt;/P&gt;&lt;P&gt;{noformat}&lt;/P&gt;&lt;P&gt;Has anyone experienced similar issues and if you solved them, how did you do it?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 11:45:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58161#M671</guid>
      <dc:creator>zbyszek_cybulsk</dc:creator>
      <dc:date>2018-03-07T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying DT Managed OneAgent in OpenShift Online 3 environments (non-privileged containers)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58162#M672</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/12707/view.html" nodeid="12707"&gt;@Zbyszek C.&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;correct, the instructions on &lt;A href="https://www.dynatrace.com/support/help/cloud-platforms/openshift/how-do-i-deploy-dynatrace-oneagent-on-openshift-container-platform/"&gt;https://www.dynatrace.com/support/help/cloud-platf...&lt;/A&gt; require cluster-level access to your OpenShift environment.&lt;/P&gt;&lt;P&gt;For integrating OneAgent into your OpenShift application container, the instructions provided on &lt;A href="https://www.dynatrace.com/support/help/cloud-platforms/openshift/how-do-i-monitor-openshift-applications/"&gt;https://www.dynatrace.com/support/help/cloud-platf...&lt;/A&gt; currently only center around build strategy Docker. Supporting build strategy Source-to-Image is on our roadmap and we will work together with Red Hat on a reliable integration for that strategy as well. &lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Daniela&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 14:07:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58162#M672</guid>
      <dc:creator>daniela_rabiser</dc:creator>
      <dc:date>2018-03-08T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying DT Managed OneAgent in OpenShift Online 3 environments (non-privileged containers)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58163#M673</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm trying to follow these instructions from &lt;A href="https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/"&gt;https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/&lt;/A&gt; to deploy a OneAgent to monitor a spring boot application deployed under OpenShift Online 3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;firstly,i created a dockerfile and i insert these instructions into it with replacing environement id , the tocken , the one agent option and the command by the right variables.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ARG DT_API_URL="https://&amp;lt;environmentID&amp;gt;.live.dynatrace.com/api" ARG DT_API_TOKEN="&amp;lt;token&amp;gt;" ARG DT_ONEAGENT_OPTIONS="flavor=default&amp;amp;include=&amp;lt;technology1&amp;gt;&amp;amp;include=&amp;lt;technology2&amp;gt;" ENV DT_HOME="/opt/dynatrace/oneagent" RUN mkdir -p "$DT_HOME" &amp;amp;&amp;amp; \ wget -O "$DT_HOME/oneagent.zip" "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_API_TOKEN&amp;amp;$DT_ONEAGENT_OPTIONS" &amp;amp;&amp;amp; \ unzip -d "$DT_HOME" "$DT_HOME/oneagent.zip" &amp;amp;&amp;amp; \ rm "$DT_HOME/oneagent.zip" ENTRYPOINT [ "/opt/dynatrace/oneagent/dynatrace-agent64.sh" ] CMD [ "executable", "param1", "param2" ] # the command of your application, e.g. java&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and after that i did the build the application image by execute the next command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oc new-build --binary --strategy=docker --allow-missing-images yourapp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;however, it seems that isn't working for me , as I'm getting the following error :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@CHBSLADT01TST LambdaAir]# oc new-build --binary --strategy=docker --allow-missing-images zuuloo&lt;/P&gt;&lt;P&gt;W0627 05:53:42.764249 1035 newapp.go:317] Could not find an image stream match for "zuuloo". Make sure that a Docker image with that tag is available on the node for the build to succeed.&lt;/P&gt;&lt;P&gt;* A Docker build using binary input will be created&lt;/P&gt;&lt;P&gt;* The resulting image will be pushed to image stream "zuuloo:latest"&lt;/P&gt;&lt;P&gt;* A binary build was created, use 'start-build --from-dir' to trigger a new build&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Creating resources with label build=zuuloo ...&lt;/P&gt;&lt;P&gt;imagestream "zuuloo" created&lt;/P&gt;&lt;P&gt;error: buildconfigs "zuuloo" is forbidden: build strategy Docker is not allowed&lt;/P&gt;&lt;P&gt;--&amp;gt; Failed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced similar issues and if you solved them, how did you do it?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/12707/view.html"&gt;@Zbyszek C&lt;/A&gt;, @&lt;STRONG&gt;Daniela R.&lt;/STRONG&gt; , i think that you exposed to this issue , could you help me please.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Many thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Refka&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:50:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58163#M673</guid>
      <dc:creator>refka_hachani</dc:creator>
      <dc:date>2019-06-27T10:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying DT Managed OneAgent in OpenShift Online 3 environments (non-privileged containers)</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58164#M674</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm trying to follow these instructions from &lt;A href="https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/"&gt;https://www.dynatrace.com/support/help/technology-support/cloud-platforms/openshift/installation-and-operation/application-only/deploy-oneagent-on-openshift-for-application-only-monitoring/&lt;/A&gt; to deploy a OneAgent to monitor a spring boot application deployed under OpenShift Online 3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;firstly,i created a dockerfile and i insert these instructions into it with replacing environement id , the tocken , the one agent option and the command by the right variables.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ARG DT_API_URL="https://&amp;lt;environmentID&amp;gt;.live.dynatrace.com/api" ARG DT_API_TOKEN="&amp;lt;token&amp;gt;" ARG DT_ONEAGENT_OPTIONS="flavor=default&amp;amp;include=&amp;lt;technology1&amp;gt;&amp;amp;include=&amp;lt;technology2&amp;gt;" ENV DT_HOME="/opt/dynatrace/oneagent" RUN mkdir -p "$DT_HOME" &amp;amp;&amp;amp; \ wget -O "$DT_HOME/oneagent.zip" "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_API_TOKEN&amp;amp;$DT_ONEAGENT_OPTIONS" &amp;amp;&amp;amp; \ unzip -d "$DT_HOME" "$DT_HOME/oneagent.zip" &amp;amp;&amp;amp; \ rm "$DT_HOME/oneagent.zip" ENTRYPOINT [ "/opt/dynatrace/oneagent/dynatrace-agent64.sh" ] CMD [ "executable", "param1", "param2" ] # the command of your application, e.g. java&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and after that i did the build the application image by execute the next command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oc new-build --binary --strategy=docker --allow-missing-images yourapp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;however, it seems that isn't working for me , as I'm getting the following error :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@CHBSLADT01TST LambdaAir]# oc new-build --binary --strategy=docker --allow-missing-images zuuloo&lt;/P&gt;&lt;P&gt;W0627 05:53:42.764249 1035 newapp.go:317] Could not find an image stream match for "zuuloo". Make sure that a Docker image with that tag is available on the node for the build to succeed.&lt;/P&gt;&lt;P&gt;* A Docker build using binary input will be created&lt;/P&gt;&lt;P&gt;* The resulting image will be pushed to image stream "zuuloo:latest"&lt;/P&gt;&lt;P&gt;* A binary build was created, use 'start-build --from-dir' to trigger a new build&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Creating resources with label build=zuuloo ...&lt;/P&gt;&lt;P&gt;imagestream "zuuloo" created&lt;/P&gt;&lt;P&gt;error: buildconfigs "zuuloo" is forbidden: build strategy Docker is not allowed&lt;/P&gt;&lt;P&gt;--&amp;gt; Failed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced similar issues and if you solved them, how did you do it?&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/12707/view.html"&gt;@Zbyszek C&lt;/A&gt;, @&lt;STRONG&gt;Daniela R.&lt;/STRONG&gt; , i think that you exposed to this issue , could you help me please.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Many thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Refka&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:50:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Deploying-DT-Managed-OneAgent-in-OpenShift-Online-3-environments/m-p/58164#M674</guid>
      <dc:creator>refka_hachani</dc:creator>
      <dc:date>2019-06-27T10:50:37Z</dc:date>
    </item>
  </channel>
</rss>

