Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 829 Bytes

File metadata and controls

30 lines (17 loc) · 829 Bytes

STO-008 StorageClass has no provisioner

Summary

A StorageClass has no provisioner set. Dynamic provisioning requires a provisioner (e.g. CSI driver or in-tree provider); without it, PVCs that use this class cannot be bound automatically.

Severity

Warning

Example

N/A

Symptoms

  • Report shows: StorageClass <name> has no provisioner
  • StorageClass provisioner field is empty or invalid

Resolution

  1. Set the provisioner field to a valid provisioner name (e.g. CSI driver name)
  2. Ensure the provisioner is installed and running in the cluster
  3. Remove or avoid using StorageClasses that are not backed by a working provisioner

References