Projected volume plugin does not block on data fetch error #47020
Labels
kind/bug
Categorizes issue or PR as related to a bug.
sig/storage
Categorizes an issue or PR as relevant to SIG Storage.
Milestone
When collecting data for a projected volume, if an error is encountered, the plugin logs, but then continues setting up the volume and returns as if it were successful:
This is because the error returned from collectData() does not short-circuit the SetUp function:
This means that a pod can start before the configmaps/secrets intended to populate its projected volume exist.
The text was updated successfully, but these errors were encountered: