What problem does it solve?
This Skill helps diagnose and identify the root cause of PersistentVolumeClaim (PVC) failures in Kubernetes, such as PVCs stuck in Pending state, storage provisioning issues, or binding problems.
Core Features & Use Cases
- Diagnose PVC Status: Checks PVC, PV, and StorageClass configurations.
- Identify Provisioning Errors: Analyzes events for dynamic provisioning failures.
- Troubleshoot Binding Issues: Detects mismatches in capacity, access modes, or StorageClasses for static provisioning.
- Use Case: When a new application deployment fails because its PVC is stuck in
Pending, this Skill can quickly pinpoint whether the issue lies with the StorageClass, available PersistentVolumes, or dynamic provisioner errors.
Quick Start
Use the pvc-debug skill to diagnose a pending PVC named 'my-data-pvc' in the 'production' namespace.