Files
kubernetes/test/e2e_node
Kubernetes Submit Queue eca9e989a3 Merge pull request #36779 from sjenning/fix-memory-leak-via-terminated-pods
Automatic merge from submit-queue

fix leaking memory backed volumes of terminated pods

Currently, we allow volumes to remain mounted on the node, even though the pod is terminated.  This creates a vector for a malicious user to exhaust memory on the node by creating memory backed volumes containing large files.

This PR removes memory backed volumes (emptyDir w/ medium Memory, secrets, configmaps) of terminated pods from the node.

@saad-ali @derekwaynecarr
2016-11-17 21:29:51 -08:00
..
2016-11-17 10:18:00 -08:00
2016-07-16 13:48:21 -04:00
2016-11-05 21:11:51 -07:00
2016-11-08 13:01:28 -05:00
2016-10-31 21:14:21 +08:00
2016-10-24 05:50:24 -07:00
2016-11-15 09:15:31 -08:00