kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

sandbox: Make sure it's running before returning #43

Closed euank closed 8 years ago

euank commented 8 years ago

The kubelet behaves badly when RunPodSandbox doesn't return a running sandbox

lucab commented 8 years ago

Paging @s-urbaniak for a review. I remember an endless discussion on this, that resulted in "not nice, but we can't do better at the moment", but I can't find references at the moment.

euank commented 8 years ago

Actually, once https://github.com/kubernetes/kubernetes/pull/35019 is merged, we might not need this.

yifan-gu commented 8 years ago

OK with the hack for now.