cri-o/oci
Samuel Ortiz eae1b7d6bd oci: Delete container resources upon creation failure
When cri-o assumes the container creation failed, we need to let the
runtime know that we're bailing out so that it cancels all ongoing
operation.
In container creation timeout situations for example, failing to
explictly request the runtime for container deletion can lead to large
resource leaks as kubelet re-creates a failing container, while the
runtime finishes creating the previous one(s).

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-10-05 22:52:33 +02:00
..
container.go Add crio annotations to container endpoint 2017-09-25 11:59:40 -07:00
finished.go oci: fix build condition 2017-08-03 20:20:38 +02:00
finished_32.go oci: fix type mismatch on some platform/arch 2017-07-17 15:31:19 +02:00
history.go use an in memory store for containers 2016-09-19 13:11:36 +02:00
memory_store.go oci: more grep'able interface name 2017-04-19 16:12:59 -04:00
oci.go oci: Delete container resources upon creation failure 2017-10-05 22:52:33 +02:00
store.go oci: more grep'able interface name 2017-04-19 16:12:59 -04:00