• Ed Bartosh's avatar
    kubeadm: fix runtime.ImageExists API · c086c235
    Ed Bartosh authored
    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.
    c086c235
Name
Last commit
Last update
..
BUILD Loading commit data...
runtime.go Loading commit data...
runtime_test.go Loading commit data...