Files
kubernetes/pkg/controller/volume
mkimuram 0ee71f0cc2 Add binding error message for volumeMode:Block unsupported case
This commit adds a binding error message for volumeMode:Block
unsupported case.
With this message, users can understand why PV is not bound to
PVC on both dynamic provisioning and manually creating volume.

This patch works as follows:

- In syncVolume, before adding the claim to claimQueue, check if
  there is a volumeMode mismatch, and if there is, record the
  event for both pv and pvc and skip adding to the queue.

fixes: #59942
2018-04-16 15:22:35 -04:00
..
2018-02-27 20:23:36 +08:00
2017-11-21 21:42:35 -08:00
2018-02-27 20:23:36 +08:00
2018-02-27 20:23:36 +08:00