Merge pull request #90951 from mattjmcnaughton/mattjmcnaughton/clarify-dockershim-no-docker-error-message

Clarify `kubelet_dockershim_nodocker` error message
This commit is contained in:
Kubernetes Prow Robot 2020-05-11 18:08:42 -07:00 committed by GitHub
commit e26af96b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ func runDockershim(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
remoteImageEndpoint string,
nonMasqueradeCIDR string) error {
return fmt.Errorf("trying to use docker runtime, w/ Kubelet compiled w/o docker support")
return fmt.Errorf("trying to use docker runtime when Kubelet was compiled without docker support")
}