• Jan Safranek's avatar
    Send VolumeMismatch event to PVC · c3c2ed8b
    Jan Safranek authored
    PV controller should send events to PVCs and not PVs when a PVC requests PV
    that's either too small or has mismatching StorageClass.
    
    Regular users can't see events on PVs so `kubectl describe pvc` is the only
    way how to tell user that something is wrong.
    c3c2ed8b
pv_controller.go 63.1 KB