pospispa
e1312f2c00
Addressing Comments from Code Review
...
Addressing comments from code review (https://github.com/kubernetes/kubernetes/pull/55824#pullrequestreview-78597250 ) in order to simplify the code.
2017-11-29 15:50:23 +01:00
jsafrane
4ad4ee3153
Added PVC Protection Controller
...
This controller removes protection finalizer from PVCs that are being
deleted and are not referenced by any pod.
2017-11-23 11:46:34 +01:00
pospispa
a06901a868
Admission Controller PVC Finalizer Plugin
...
This admission plugin puts finalizer to every created PVC. The finalizer is
removed by PVCProtectionController when the PVC is not referenced by any
pods and thus the PVC can be deleted.
2017-11-23 11:46:28 +01:00
pospispa
4d6d9817b0
PVC Being Deleted Checks in kubelet
...
Kubelet must not start pods that use PVCs that are being
deleted.
2017-11-23 11:41:30 +01:00