Files
kubernetes/pkg/controller
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-03-14 11:49:13 +01:00
2018-02-16 13:43:01 -08:00
2018-03-20 11:15:36 -07:00
2018-03-20 11:15:36 -07:00
2018-02-16 13:43:01 -08:00
2018-02-16 12:24:27 +01:00
2018-02-16 13:43:01 -08:00
2018-02-23 08:06:42 -08:00
2017-11-14 17:18:17 +08:00