<?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: No persistent volume available for this claim and no storage class is set -Kubernetes in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291349#M3386</link>
    <description>&lt;P&gt;Hitting same bug while doing a new install of Dynakube crd&amp;nbsp;&lt;SPAN&gt;v1beta5.&lt;BR /&gt;&lt;/SPAN&gt;it works well if I upgrade from&amp;nbsp;&lt;SPAN&gt;v1beta4 to&amp;nbsp;v1beta5, but can be replicated if I do a new installation of&amp;nbsp;v1beta5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone share the solution to fix it?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Dec 2025 08:02:29 GMT</pubDate>
    <dc:creator>engineerakki</dc:creator>
    <dc:date>2025-12-12T08:02:29Z</dc:date>
    <item>
      <title>No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/284846#M3260</link>
      <description>&lt;P&gt;Good afternoon, community. I've tried to integrate Kubernetes with Dynatrace by following the documentation via Helm, and I'm getting an error when deploying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No persistent volume available for this claim and no storage class is set -Kubernetes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've researched how to solve this, even by adjusting the YAML file, but I still haven't been able to fix this problem. The ActiveGate remains in a &lt;STRONG&gt;pending&lt;/STRONG&gt; state.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 06:55:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/284846#M3260</guid>
      <dc:creator>carlos_carreno</dc:creator>
      <dc:date>2025-08-27T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/284851#M3261</link>
      <description>&lt;P&gt;I also ran into this with latest DynaKube CRD&amp;nbsp;v1beta5 and Operator 1.6+ in my lab. This is, I believe, due to missing volumeClaimTemplate in the CRD in&amp;nbsp;.spec.activeGate . I resolved it using ephemeralVolume instead for now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 05:30:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/284851#M3261</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-08-27T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291349#M3386</link>
      <description>&lt;P&gt;Hitting same bug while doing a new install of Dynakube crd&amp;nbsp;&lt;SPAN&gt;v1beta5.&lt;BR /&gt;&lt;/SPAN&gt;it works well if I upgrade from&amp;nbsp;&lt;SPAN&gt;v1beta4 to&amp;nbsp;v1beta5, but can be replicated if I do a new installation of&amp;nbsp;v1beta5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone share the solution to fix it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 08:02:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291349#M3386</guid>
      <dc:creator>engineerakki</dc:creator>
      <dc:date>2025-12-12T08:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291350#M3387</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87550"&gt;@engineerakki&lt;/a&gt;&amp;nbsp;You don't have default storageclass set in the cluster, do you?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 08:46:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291350#M3387</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-12T08:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291351#M3388</link>
      <description>&lt;P&gt;No, I did not had a default storageclass,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I set a default storageclass then activegate pod starts with a PVC,&lt;BR /&gt;but I wish i could configure this to start activegate pods without PVC's just like with&amp;nbsp;&lt;SPAN&gt;v1beta4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 09:08:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291351#M3388</guid>
      <dc:creator>engineerakki</dc:creator>
      <dc:date>2025-12-12T09:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: No persistent volume available for this claim and no storage class is set -Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291365#M3389</link>
      <description>&lt;P&gt;Use the ephemeral storage as I did. It's a DynaKube configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 11:54:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/No-persistent-volume-available-for-this-claim-and-no-storage/m-p/291365#M3389</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-12T11:54:38Z</dc:date>
    </item>
  </channel>
</rss>

