• Ed Bartosh's avatar
    kubeadm: fix ImagePullCheck output · 84300e78
    Ed Bartosh authored
    ImagePullCheck outputs "pulling <image>" line even if image
    already exists and is not pulled.
    
    Fixed the output to reflect the reality. ImagePullCheck now outputs
    either "pulling <image>" or "image <image> exists".
    84300e78
checks.go 34.9 KB