kubernetes/cmd/kubeadm/app/util/runtime
Ed Bartosh c086c235f2 kubeadm: fix runtime.ImageExists API
This API return error when underlying 'inspect' command
fails. This makes ImagePullCheck to fail as it doesn't expect
runtime.ImageExists to return an error even if image doesn't exist.

Fixed this by returning error nil even when inspect command fails.
2018-07-31 13:50:12 +03:00
..
BUILD move runtime details into ContainerRuntime 2018-07-16 12:20:04 +03:00
runtime_test.go kubeadm: fix runtime.ImageExists API 2018-07-31 13:50:12 +03:00
runtime.go kubeadm: fix runtime.ImageExists API 2018-07-31 13:50:12 +03:00