Files
kubernetes/pkg/api
Saad Ali 9dbe943491 Attach/Detach Controller Kubelet Changes
This PR contains Kubelet changes to enable attach/detach controller control.
* It introduces a new "enable-controller-attach-detach" kubelet flag to
  enable control by controller. Default enabled.
* It removes all references "SafeToDetach" annoation from controller.
* It adds the new VolumesInUse field to the Node Status API object.
* It modifies the controller to use VolumesInUse instead of SafeToDetach
  annotation to gate detachment.
* There is a bug in node-problem-detector that causes VolumesInUse to
  get reset every 30 seconds. Issue https://github.com/kubernetes/node-problem-detector/issues/9
  opened to fix that.
2016-06-02 16:47:11 -07:00
..
2016-05-31 20:21:05 +02:00
2016-05-26 10:39:08 -07:00
2016-05-26 11:59:53 -07:00
2016-05-31 09:48:39 +02:00
2015-10-09 15:14:03 -07:00
2015-08-05 17:30:03 -07:00
2016-03-21 20:21:39 +08:00
2015-08-05 17:30:03 -07:00
2016-05-31 20:21:05 +02:00
2016-05-31 20:21:05 +02:00
2016-03-02 20:46:32 -05:00