kubernetes/pkg/kubelet/apis/cri
Yu-Ju Hong 152d8b9d96 Re-run init containers if the pod sandbox needs to be recreated
Whenever pod sandbox needs to be recreated, all containers associated
with it will be killed by kubelet. This change ensures that the init
containers will be rerun in such cases.

The change also refactors the compute logic so that the control flow of
init containers act is more aligned with the regular containers. Unit
tests are added to verify the logic.
2017-08-16 15:27:18 -07:00
..
testing Re-run init containers if the pod sandbox needs to be recreated 2017-08-16 15:27:18 -07:00
v1alpha1/runtime Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
services.go add UpdateContainerResources function to CRI 2017-07-31 20:47:56 -05:00