<?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: error of deploy oneAgent operator for OpenShift in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116840#M1209</link>
    <description>&lt;P&gt;Hi Mikhail,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What Openshift version do you use ? Do you get that error immediately after you deploy openshift.yaml ? That file deploys Security Context Constraints Object, (lines 911-943)&lt;/P&gt;&lt;P&gt;I would start with &lt;A rel="noopener noreferrer" href="https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html" target="_blank"&gt;OpenShift doc &lt;/A&gt;to examine what'g going on there  (depending on version of your Openshift platform)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 06:10:01 GMT</pubDate>
    <dc:creator>janusz_dabrowsk</dc:creator>
    <dc:date>2020-09-17T06:10:01Z</dc:date>
    <item>
      <title>error of deploy oneAgent operator for OpenShift</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116839#M1208</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;we have some error than deploy oneAgent operator for OpenShift &lt;/P&gt;&lt;P&gt;After deploy openshift.yaml we have next error &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;The server doesn't have a resource type "kind: SecurityContextConstraints, apiVersion: v1".&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me the reason for the error and how to fix it ?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 12:22:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116839#M1208</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2020-09-16T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: error of deploy oneAgent operator for OpenShift</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116840#M1209</link>
      <description>&lt;P&gt;Hi Mikhail,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What Openshift version do you use ? Do you get that error immediately after you deploy openshift.yaml ? That file deploys Security Context Constraints Object, (lines 911-943)&lt;/P&gt;&lt;P&gt;I would start with &lt;A rel="noopener noreferrer" href="https://docs.openshift.com/container-platform/4.1/authentication/managing-security-context-constraints.html" target="_blank"&gt;OpenShift doc &lt;/A&gt;to examine what'g going on there  (depending on version of your Openshift platform)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 06:10:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116840#M1209</guid>
      <dc:creator>janusz_dabrowsk</dc:creator>
      <dc:date>2020-09-17T06:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: error of deploy oneAgent operator for OpenShift</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116841#M1210</link>
      <description>&lt;P&gt;Hello Janusz &lt;/P&gt;&lt;P&gt;OpenShift version - 4.5.6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error appeared after command &lt;/P&gt;&lt;PRE&gt;oc apply -f &amp;nbsp;openshift.yaml&lt;/PRE&gt;&lt;P&gt;accordingly, the container was not deployed&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:07:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116841#M1210</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2020-09-17T07:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: error of deploy oneAgent operator for OpenShift</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116842#M1211</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The cluster throws errors that an Object does not exist due to two reasons:&lt;BR /&gt;&lt;BR /&gt;1- it really does not exist,&lt;BR /&gt;2- the user does not have the rights to see that object&lt;BR /&gt;&lt;BR /&gt;most likely in your case the user does not have the rights to create those kind of objects&lt;BR /&gt;&lt;BR /&gt;If this is not the reason what you can also try is to edit that excerpt of yaml file changing apiVersion from:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;allowedFlexVolumes: null&lt;BR /&gt;apiVersion: v1&lt;BR /&gt;defaultAddCapabilities: null&lt;BR /&gt;fsGroup:&lt;BR /&gt;&amp;nbsp; type: RunAsAny&lt;BR /&gt;kind: SecurityContextConstraints&lt;/PRE&gt;&lt;P&gt;into&lt;/P&gt;&lt;PRE&gt;allowedFlexVolumes: null&lt;BR /&gt;apiVersion: security.openshift.io/v1&lt;BR /&gt;defaultAddCapabilities: null&lt;BR /&gt;fsGroup:&lt;BR /&gt;&amp;nbsp; type: RunAsAny&lt;BR /&gt;kind: SecurityContextConstraints&lt;/PRE&gt;&lt;P&gt;based on &lt;A rel="noopener noreferrer" href="https://docs.openshift.com/container-platform/4.5/authentication/managing-security-context-constraints.html#security-context-constraints-example_configuring-internal-oauth" target="_blank"&gt;OpenShift 4.5 doc &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:27:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/error-of-deploy-oneAgent-operator-for-OpenShift/m-p/116842#M1211</guid>
      <dc:creator>janusz_dabrowsk</dc:creator>
      <dc:date>2020-09-17T08:27:48Z</dc:date>
    </item>
  </channel>
</rss>

