mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 10:20:22 +00:00
Automatic merge from submit-queue CRI: Fix lifecycle hook and add container lifecycle node e2e test This PR: 1) Adds pod spec missing handling in kuberuntime. (1st commit) 2) Adds container lifecycle hook node e2e test. (2nd commit) @yujuhong @feiskyer