<?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: Troubleshoot Kubernetes ErrorImagePullBackOff in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/208496#M1549</link>
    <description>&lt;P&gt;I had a similar issue and resolved it by putting the Certificate Authority certificate in a file called ca.crt under /etc/docker/certs.d/&amp;lt;environment URL:port&amp;gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2023 12:56:29 GMT</pubDate>
    <dc:creator>CosmicDu5t</dc:creator>
    <dc:date>2023-03-29T12:56:29Z</dc:date>
    <item>
      <title>Troubleshoot Kubernetes ErrorImagePullBackOff</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/207904#M1547</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;ImagePullBackoff&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;error on OneAgent and ActiveGate pods&lt;/H3&gt;&lt;P&gt;The underlying host's container runtime doesn't contain the certificate presented by your endpoint.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;skipCertCheck&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field in the DynaKube YAML does not control this certificate check.&lt;/P&gt;&lt;P&gt;Example error (the error message may vary):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;copy&lt;/SPAN&gt;&lt;SPAN&gt;download&lt;/SPAN&gt;&lt;/DIV&gt;&lt;PRE&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;/PRE&gt;&lt;P&gt;In this example, if the description on your pod shows&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x509: certificate signed by unknown authority, you must fix the certificates on your Kubernetes hosts, or use the private repository configuration to store the images.&lt;/P&gt;&lt;P&gt;The documentation does not explicitly describe how to fix the Certificates on Kubernetes Hosts but just mention they need to be fixed.&lt;/P&gt;&lt;P&gt;Does anyone have a stepwise guide on how to fix this by resolving the certificate issue&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 07:54:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/207904#M1547</guid>
      <dc:creator>echwallah</dc:creator>
      <dc:date>2023-03-24T07:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot Kubernetes ErrorImagePullBackOff</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/207909#M1548</link>
      <description>&lt;P&gt;The documentation does not describe the fix because 1) it is not Dynatrace product-related issue, 2) each environment has security requirements and technology dependency. The issue occurs because your container runtime client, which is responsible for pulling images from an image repository, does not trust the cert provided by that resource.&lt;/P&gt;
&lt;P&gt;To solve this certificate issue, you need to add the certificate of the private image repository to the trusted CA (Certificate Authority) of your Kubernetes/Openshift cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 08:26:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/207909#M1548</guid>
      <dc:creator>shahinm</dc:creator>
      <dc:date>2023-03-24T08:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot Kubernetes ErrorImagePullBackOff</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/208496#M1549</link>
      <description>&lt;P&gt;I had a similar issue and resolved it by putting the Certificate Authority certificate in a file called ca.crt under /etc/docker/certs.d/&amp;lt;environment URL:port&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 12:56:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/208496#M1549</guid>
      <dc:creator>CosmicDu5t</dc:creator>
      <dc:date>2023-03-29T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot Kubernetes ErrorImagePullBackOff</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/214882#M1680</link>
      <description>&lt;P&gt;We are having the same issue in Openshift 4.x. We confirmed the skip auth is set to true in the yaml. Per your solution,&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;I have the ca.cert but I don't know where do I place this ca.cert bundle from the openshift end to get this resolved?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 17:03:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/214882#M1680</guid>
      <dc:creator>steven_torres</dc:creator>
      <dc:date>2023-06-13T17:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshoot Kubernetes ErrorImagePullBackOff</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/214888#M1683</link>
      <description>&lt;P&gt;I believe this is what you are looking for&amp;nbsp;&lt;A href="https://docs.openshift.com/container-platform/4.10/openshift_images/image-configuration.html" target="_blank"&gt;https://docs.openshift.com/container-platform/4.10/openshift_images/image-configuration.html&lt;/A&gt; and look for additionalTrustedCA&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 20:25:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Troubleshoot-Kubernetes-ErrorImagePullBackOff/m-p/214888#M1683</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-06-13T20:25:33Z</dc:date>
    </item>
  </channel>
</rss>

