ChrisHirsch / kuberhealthy-storage-check

A storage check for the kuberhealthy project
Apache License 2.0
10 stars 12 forks source link

Allow VolumeBindingMode=WaitForFirstConsumer on StorageClass #21

Open M0roSan opened 2 years ago

M0roSan commented 2 years ago

Currently, main storage check pod waits for PVC to be Bound. When a selected StorageClass uses WaitForFirstConsumer for VolumeBindingMode, this check fails with timeout because PVC remains in Pending state.

Can we skip this when a used SC binding mode is WaitForFirstConsumer?