Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not try to get node for non-local PVs
Remote source PVs (like AWS EBS) do not have a node associated with them. This commit skips the node lookup for such PVs. Otherwise, the controller logs the following error for each remote PV: ```bash error getting node attached to pv: &PersistentVolume{...} ```
- Loading branch information