This fixes a problem introduced with https://github.com/EDITD/kubetools/pull/141 where images that are specified directly, without a registry (hence should be assumed to be sourced from the docker daemon default registry, usually dockerhub) got modified into using the value from --default-registry option. That option is instead intended to point at the registry where to push the images built by kubetools and hence where k8s can pull those images from.
Purpose of PR
This fixes a problem introduced with https://github.com/EDITD/kubetools/pull/141 where images that are specified directly, without a registry (hence should be assumed to be sourced from the docker daemon default registry, usually dockerhub) got modified into using the value from
--default-registry
option. That option is instead intended to point at the registry where to push the images built by kubetools and hence where k8s can pull those images from.