kubernetes/hack/verify-flags
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
..
exceptions.txt Move the defaults setting of GCI to util.sh 2016-06-01 15:37:02 -07:00
excluded-flags.txt Add the check_node_count flag to the excluded flags whitelist. 2016-05-17 10:53:42 -07:00
known-flags.txt Attach/Detach Controller Kubelet Changes 2016-06-02 16:47:11 -07:00