Files
kubernetes/pkg
Kubernetes Submit Queue 7857b9acdf Merge pull request #40239 from dashpole/disk_pod_lifecycle
Automatic merge from submit-queue

Delay deletion of pod from the API server until volumes are deleted

Depends on #37228, and will not pass tests until that PR is merged, and this is rebased.

Keeps all kubelet behavior the same, except the kubelet will not make the "Delete" call (kubeClient.Core().Pods(pod.Namespace).Delete(pod.Name, deleteOptions)) until the volumes associated with that pod are removed.  I will perform some performance testing so that we better understand the latency impact of this change.

Is kubelet_pods.go the correct file to include the "when can I delete this pod" logic?

cc: @vishh @sjenning @derekwaynecarr
2017-01-26 13:46:02 -08:00
..
2017-01-25 19:49:45 +01:00
2017-01-24 20:56:03 +01:00
2017-01-19 09:50:16 -05:00
2017-01-25 22:05:21 +01:00
2017-01-24 13:15:26 -05:00
2017-01-25 08:29:45 -05:00
2017-01-19 13:06:47 +01:00
2017-01-24 20:56:03 +01:00
2017-01-25 08:29:45 -05:00
2017-01-25 19:49:45 +01:00
2017-01-25 19:49:45 +01:00
2017-01-25 08:29:48 -05:00