<?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>article ImagePullBackoff error on OneAgent and ActiveGate pods in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/ta-p/230212</link>
    <description>&lt;P&gt;The underlying host's container runtime doesn't contain the certificate presented by your endpoint.&lt;/P&gt;
&lt;DIV class="callout"&gt;
&lt;LI-SPOILER&gt;The &lt;CODE&gt;skipCertCheck&lt;/CODE&gt; field in the DynaKube YAML doesn't control this certificate check.&amp;nbsp;&lt;SPAN&gt;Additionally, the &lt;/SPAN&gt;&lt;CODE&gt;trustedCAs&lt;/CODE&gt;&lt;SPAN&gt; field in the DynaKube YAML is used to add custom Root Certificate Authorities for communication with the Dynatrace API and does not apply to the ActiveGate.&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;
&lt;/DIV&gt;
&lt;P&gt;Example error (the error message may vary):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;desc = failed to pull and unpack image "&amp;lt;environment&amp;gt;/linux/activegate:latest": failed to resolve reference "&amp;lt;environment&amp;gt;/linux/activegate:latest": failed to do request: Head "&amp;lt;environment&amp;gt;/linux/activegate/manifests/latest": x509: certificate signed by unknown authority
Warning Failed ... Error: ErrImagePull
Normal BackOff ... Back-off pulling image "&amp;lt;environment&amp;gt;/linux/activegate:latest"
Warning Failed ... Error: ImagePullBackOff
  &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this example, if the description on your pod shows &lt;CODE&gt;x509: certificate signed by unknown authority&lt;/CODE&gt;, you must fix the certificates on your Kubernetes hosts, or use the private repository configuration to store the images.&amp;nbsp;&lt;SPAN&gt;Additionally, for issues related to Dynatrace API communication, you can use the &lt;/SPAN&gt;&lt;CODE&gt;trustedCAs&lt;/CODE&gt;&lt;SPAN&gt; configuration in the DynaKube YAML to trust additional RootCAs. This involves adding custom RootCAs from a configmap where the key to the data must be &lt;/SPAN&gt;&lt;CODE&gt;"certs"&lt;/CODE&gt;&lt;SPAN&gt;. This setting is specifically for enhancing security in API communications and does not influence the ActiveGate's certificate handling.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2024 15:22:33 GMT</pubDate>
    <dc:creator>darynakovyrina</dc:creator>
    <dc:date>2024-01-16T15:22:33Z</dc:date>
    <item>
      <title>ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/ta-p/230212</link>
      <description>&lt;P&gt;The underlying host's container runtime doesn't contain the certificate presented by your endpoint.&lt;/P&gt;
&lt;DIV class="callout"&gt;
&lt;LI-SPOILER&gt;The &lt;CODE&gt;skipCertCheck&lt;/CODE&gt; field in the DynaKube YAML doesn't control this certificate check.&amp;nbsp;&lt;SPAN&gt;Additionally, the &lt;/SPAN&gt;&lt;CODE&gt;trustedCAs&lt;/CODE&gt;&lt;SPAN&gt; field in the DynaKube YAML is used to add custom Root Certificate Authorities for communication with the Dynatrace API and does not apply to the ActiveGate.&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;
&lt;/DIV&gt;
&lt;P&gt;Example error (the error message may vary):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;desc = failed to pull and unpack image "&amp;lt;environment&amp;gt;/linux/activegate:latest": failed to resolve reference "&amp;lt;environment&amp;gt;/linux/activegate:latest": failed to do request: Head "&amp;lt;environment&amp;gt;/linux/activegate/manifests/latest": x509: certificate signed by unknown authority
Warning Failed ... Error: ErrImagePull
Normal BackOff ... Back-off pulling image "&amp;lt;environment&amp;gt;/linux/activegate:latest"
Warning Failed ... Error: ImagePullBackOff
  &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this example, if the description on your pod shows &lt;CODE&gt;x509: certificate signed by unknown authority&lt;/CODE&gt;, you must fix the certificates on your Kubernetes hosts, or use the private repository configuration to store the images.&amp;nbsp;&lt;SPAN&gt;Additionally, for issues related to Dynatrace API communication, you can use the &lt;/SPAN&gt;&lt;CODE&gt;trustedCAs&lt;/CODE&gt;&lt;SPAN&gt; configuration in the DynaKube YAML to trust additional RootCAs. This involves adding custom RootCAs from a configmap where the key to the data must be &lt;/SPAN&gt;&lt;CODE&gt;"certs"&lt;/CODE&gt;&lt;SPAN&gt;. This setting is specifically for enhancing security in API communications and does not influence the ActiveGate's certificate handling.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 15:22:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/ta-p/230212</guid>
      <dc:creator>darynakovyrina</dc:creator>
      <dc:date>2024-01-16T15:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/231655#M472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/48950"&gt;@darynakovyrina&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have faced same issue with operator version v0.14.0, Where I got to know that there is a issue with operator itself and I rolled back to old operator version.&lt;BR /&gt;Can you please try the same with different operator version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 17:47:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/231655#M472</guid>
      <dc:creator>Brijesh_Saw</dc:creator>
      <dc:date>2023-12-12T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/251527#M708</link>
      <description>&lt;P&gt;We too have this issue, what exactly is the fix for this issue.&amp;nbsp; As I understand it, adding configMap and enabling trustedCAs is not the answer as it doesn't apply to the OCP Active Gate.&amp;nbsp; Thus what is the solution or workaround?&lt;/P&gt;&lt;P&gt;Much thx! Marcie&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:57:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/251527#M708</guid>
      <dc:creator>sirbaughmf</dc:creator>
      <dc:date>2024-07-24T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/251655#M709</link>
      <description>&lt;P&gt;Does anyone have a solution for this problem? I have the same problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronaldnnr_1-1721938181244.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21397iF54CAFE149F05186/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronaldnnr_1-1721938181244.png" alt="ronaldnnr_1-1721938181244.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 20:09:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/251655#M709</guid>
      <dc:creator>ronaldnnr</dc:creator>
      <dc:date>2024-07-25T20:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/254660#M725</link>
      <description>&lt;P&gt;All,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;After v0.14.0 The typical solution for this (One Agent, Active Gate, Operator) is to use the following annotation in the CRD&lt;/P&gt;&lt;P&gt;'&lt;SPAN&gt;feature.dynatrace.com/no-proxy&lt;/SPAN&gt;&lt;SPAN&gt;: "&amp;lt;your internal repository&amp;gt;" and this will allow for the&amp;nbsp; connectivity to your private repository.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will allow communication to the private repository without going through the proxy and will allow for not using pull secrets on&amp;nbsp;&amp;nbsp;One Agent, Active Gate, Operator.&amp;nbsp; &amp;nbsp;If you are are using 'code-module images' you must have pull secrets at this point of time for it to download.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 05:28:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/254660#M725</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2024-09-02T05:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/277499#M907</link>
      <description>&lt;P&gt;Hello Team,&lt;BR /&gt;&lt;BR /&gt;After upgraded the Operator to 1.5.1 , we still have the problem on our environments with the following error messages:&lt;BR /&gt;Failed to pull image "pyx18484.live.dynatrace.com/linux/oneagent:1.313.38-raw": rpc error: code = Canceled desc = reading blob sha256:95833c5ea187db26ca343ae5e52555df0f14c8559fcc9b259479926bc4f7298b: Get "": context canceled&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 13:15:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/277499#M907</guid>
      <dc:creator>attilaa</dc:creator>
      <dc:date>2025-05-19T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/277502#M908</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51076"&gt;@attilaa&lt;/a&gt; what is your container runtime client, is it crio?&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 13:22:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/277502#M908</guid>
      <dc:creator>shahinm</dc:creator>
      <dc:date>2025-05-19T13:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: ImagePullBackoff error on OneAgent and ActiveGate pods</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/278339#M913</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/12486"&gt;@shahinm&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes, it is CRI-O.&lt;BR /&gt;We already raised a support case:&amp;nbsp;&lt;A href="https://one.dynatrace.com/hc/en-us/requests/482474" target="_blank"&gt;Re: [Dynatrace] Re: Openshift Dynatrace Operator update issues – Dynatrace&lt;/A&gt;&lt;BR /&gt;I saw your article:&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Heads-up-from-Dynatrace/Intermittent-failures-when-pulling-OneAgent-container-images-CRI/ta-p/277911" target="_blank"&gt;Intermittent failures when pulling OneAgent container images [CRI-O &amp;lt;v1.32] - Dynatrace Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 08:54:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/ImagePullBackoff-error-on-OneAgent-and-ActiveGate-pods/tac-p/278339#M913</guid>
      <dc:creator>attilaa</dc:creator>
      <dc:date>2025-05-30T08:54:13Z</dc:date>
    </item>
  </channel>
</rss>

