<?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: Unable to install oneagent in kubernetes for cluster monitoring in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190033#M18</link>
    <description>&lt;P&gt;Hello Aades,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In order to make it work you need to create an Ingress firewall rule on GKE Master Cluster for port 443. If you are using a shared VPC then you need to define there and if its local then define that firewall in your local project where the cluster is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~Prashanth&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 14:27:43 GMT</pubDate>
    <dc:creator>prashanth_karre</dc:creator>
    <dc:date>2022-07-06T14:27:43Z</dc:date>
    <item>
      <title>Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189925#M15</link>
      <description>&lt;P&gt;From the &lt;STRONG&gt;Deploy Dynatrace&lt;/STRONG&gt; page, I'm following the steps as it is to install OneAgent in our Kubernetes cluster (bare metal, one master node vm and other worker node vm):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;kubectl create namespace dynatrace&lt;/LI&gt;
&lt;LI&gt;kubectl apply -f &lt;A href="https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.6.0/kubernetes.yaml" target="_blank" rel="noopener"&gt;https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.6.0/kubernetes.yaml&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;kubectl -n dynatrace wait pod --for=condition=ready --selector=app.kubernetes.io/name=dynatrace-operator,app.kubernetes.io/component=webhook --timeout=300s&lt;/LI&gt;
&lt;LI&gt;kubectl apply -f dynakube.yaml&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The first three gets done successfully but the while doing the last step, it gives this error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"""&lt;/P&gt;
&lt;P&gt;secret/kubernetes-monitor created&lt;BR /&gt;Error from server (InternalError): error when creating "dynakube.yaml": Internal error occurred: failed calling webhook "webhook.dynatrace.com": failed to call webhook: Post "&lt;A href="https://dynatrace-webhook.dynatrace.svc:443/validate?timeout=2s" target="_blank" rel="noopener"&gt;https://dynatrace-webhook.dynatrace.svc:443/validate?timeout=2s&lt;/A&gt;": context deadline exceeded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"""&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the troubleshooting section from the official Dynatrace documentation, it's written it might be due to firewall rules (port 8443 should be allowed) but that was in GKE context. I've also allowed the port 8443 in our firewall. The issue still persists. Can someone please help out?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 08:24:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189925#M15</guid>
      <dc:creator>aades_kanna</dc:creator>
      <dc:date>2022-08-18T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189972#M16</link>
      <description>&lt;P&gt;Here the yaml components for deployment are trying to connect to endpoint on port 443. Could you please confirm the output for below from your server. Also make sure your are applying the correct file. Read if this configuration url in yaml resource needed to be replace with reference to documentation..&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;A href="https://dynatrace-webhook.dynatrace.svc/validate?timeout=2s" target="_blank" rel="noopener nofollow noreferrer"&gt;curl -kv https://dynatrace-webhook.dynatrace.svc:443/&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:22:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189972#M16</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-07-06T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189979#M17</link>
      <description>&lt;P&gt;The curl command gives me output of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Could not resolve host: dynatrace-webhook.dynatrace.svc; Unknown error&lt;BR /&gt;* Closing connection 0&lt;BR /&gt;curl: (6) Could not resolve host: dynatrace-webhook.dynatrace.svc; Unknown error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've enabled port 443 on both master and worker node as well. Not sure why its not able to connect. Also can you please expand on your last sentence regarding replacing something? As far as i know im using all the files correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:38:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/189979#M17</guid>
      <dc:creator>aades_kanna</dc:creator>
      <dc:date>2022-07-06T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190033#M18</link>
      <description>&lt;P&gt;Hello Aades,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In order to make it work you need to create an Ingress firewall rule on GKE Master Cluster for port 443. If you are using a shared VPC then you need to define there and if its local then define that firewall in your local project where the cluster is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;~Prashanth&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 14:27:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190033#M18</guid>
      <dc:creator>prashanth_karre</dc:creator>
      <dc:date>2022-07-06T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190040#M19</link>
      <description>&lt;P&gt;Prashant below have commented that. But it should be clubbed with access on the server too through firewall policy updates. Getting an ingress controller rule configure will help to resolve the connectivity issue if you are using an ingress controller for request routes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 15:56:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190040#M19</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-07-06T15:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190068#M20</link>
      <description>&lt;P&gt;It's just a local project but I did allow port 443 rules in firewall (firewalld) and still i get the same error as before.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 05:47:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190068#M20</guid>
      <dc:creator>aades_kanna</dc:creator>
      <dc:date>2022-07-07T05:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190069#M21</link>
      <description>&lt;P&gt;But I am not using any ingress controller, I'm just stuck where this problem is coming from.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 05:47:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190069#M21</guid>
      <dc:creator>aades_kanna</dc:creator>
      <dc:date>2022-07-07T05:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190074#M22</link>
      <description>&lt;P&gt;That that endpoint is being mentioned in some resource file should be replace by some working url. Kindly raise a support ticket if this is for any client.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 07:39:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190074#M22</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-07-07T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190076#M23</link>
      <description>&lt;P&gt;I suspect this url is needed to be change in yaml resource where it have been defined. Kindly raise a support ticket so that the support team could take this up for better help.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 07:41:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190076#M23</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-07-07T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install oneagent in kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190114#M24</link>
      <description>&lt;P&gt;Can you confirm which kn8s flavor you are using form below&lt;/P&gt;&lt;P&gt;Dynatrace supports a variety of Kubernetes flavors. For some distributions we have limited support based on compatibility with upstream Kubernetes.&lt;/P&gt;&lt;P&gt;EKS - Amazon Elastic Kubernetes Service&lt;BR /&gt;AKS - Azure Kubernetes Service&lt;BR /&gt;GKE - Google Kubernetes Engine and Autopilot&lt;BR /&gt;Google Anthos&lt;BR /&gt;Red Hat OpenShift Container Platform&lt;BR /&gt;Red Hat OpenShift Dedicated&lt;BR /&gt;VMware Tanzu Kubernetes Grid Integrated Edition&lt;BR /&gt;Rancher&lt;BR /&gt;D2iQ Konvoy&lt;BR /&gt;Docker Enterprise&lt;BR /&gt;IBM Kubernetes Service&lt;BR /&gt;SUSE Container as a Service platform&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 11:45:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/190114#M24</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-07-07T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/194931#M1315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52855"&gt;@aades_kanna&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you got the solution to the above issue?&lt;/P&gt;&lt;P&gt;I am also facing the same issue can you please guide me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Details:error when creating "CR.yaml": Internal error occurred: failed calling webhook "webhook.dynatrace.com": Post "&lt;A href="https://dynatrace-webhook.dynatrace.svc:443/validate?timeout=2s" target="_blank"&gt;https://dynatrace-webhook.dynatrace.svc:443/validate?timeout=2s&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also while describe the pod getting below log,&lt;/P&gt;&lt;P&gt;[root@ip-10-20-96-197 Dynatrace]# kubectl logs -f dynatrace-webhook-74578d556-w7hjk -n dynatrace --previous&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:23.831Z","logger":"dynatrace-operator.version","msg":"Dynatrace Operator","version":"v0.3.0","gitCommit":"883392d56f46393692fdc5c7e6ee898985d50333","buildDate":"2021-11-25 13:40:40+00:00","goVersion":"go1.16.10","platform":"linux/amd64"}&lt;BR /&gt;I0922 11:58:24.882318 1 request.go:665] Waited for 1.035751229s due to client-side throttling, not priority and fairness, request: GET:&lt;A href="https://172.20.0.1:443/apis/certificates.k8s.io/v1?timeout=32s" target="_blank"&gt;https://172.20.0.1:443/apis/certificates.k8s.io/v1?timeout=32s&lt;/A&gt;&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:25.235Z","logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":":8383"}&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:25.235Z","msg":"SSL certificates configured","dir":"/tmp/webhook/certs","key":"tls.key","cert":"tls.crt"}&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:25.240Z","msg":"Waiting for certificate secret to be available."}&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:35.248Z","msg":"Failed to update certificates","error":"could not create cert directory: mkdir /tmp/webhook: read-only file system"}&lt;BR /&gt;{"level":"info","ts":"2022-09-22T11:58:45.257Z","msg":"Failed to update certificates","error":"could not create cert directory: mkdir /tmp/webhook: read-only file system"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sanket.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 13:23:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/194931#M1315</guid>
      <dc:creator>Sanket_Molavade</dc:creator>
      <dc:date>2022-09-22T13:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/214800#M1673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52855"&gt;@aades_kanna&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/53319"&gt;@Sanket_Molavade&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/49581"&gt;@techean&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you solved the above problem. I am also facing the same problem. Can you please help me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saisandeep_0-1686650270010.png" style="width: 835px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/12202i4AE3D366500D00F3/image-dimensions/835x48?v=v2" width="835" height="48" role="button" title="saisandeep_0-1686650270010.png" alt="saisandeep_0-1686650270010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 09:59:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/214800#M1673</guid>
      <dc:creator>saisandeep</dc:creator>
      <dc:date>2023-06-13T09:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/219077#M1781</link>
      <description>&lt;P&gt;Team before running this sudo kubectl apply -f dynakube.yaml make sure the path is correct where the yaml file is located&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:17:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/219077#M1781</guid>
      <dc:creator>manickam</dc:creator>
      <dc:date>2023-07-27T08:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/232358#M2115</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Have you identified any solution for it I am also facing the same issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 12:49:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/232358#M2115</guid>
      <dc:creator>Omkar164</dc:creator>
      <dc:date>2023-12-19T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install OneAgent in Kubernetes for cluster monitoring</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/262182#M2743</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Have you identified any solution for it I am also facing the same issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 11:54:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Unable-to-install-OneAgent-in-Kubernetes-for-cluster-monitoring/m-p/262182#M2743</guid>
      <dc:creator>gautier_begin</dc:creator>
      <dc:date>2024-11-12T11:54:32Z</dc:date>
    </item>
  </channel>
</rss>

