26 Aug 2025
11:30 PM
- last edited on
27 Aug 2025
07:55 AM
by
MaciejNeumann
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.
No persistent volume available for this claim and no storage class is set -Kubernetes
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 pending state.
27 Aug 2025 06:30 AM
I also ran into this with latest DynaKube CRD v1beta5 and Operator 1.6+ in my lab. This is, I believe, due to missing volumeClaimTemplate in the CRD in .spec.activeGate . I resolved it using ephemeralVolume instead for now.