We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f8e91 + c5a2c69 commit 4a5aa2fCopy full SHA for 4a5aa2f
cmd/kubeadm/app/preflight/checks.go
@@ -843,7 +843,7 @@ func (ipc ImagePullCheck) Check() (warnings, errorList []error) {
843
if err != nil {
844
klog.V(4).Infof("failed to detect the sandbox image for local container runtime, %v", err)
845
} else if criSandboxImage != ipc.sandboxImage {
846
- klog.Warningf("detected that the sandbox image %q of the container runtime is inconsistent with that used by kubeadm."+
+ klog.Warningf("detected that the sandbox image %q of the container runtime is inconsistent with that used by kubeadm. "+
847
"It is recommended to use %q as the CRI sandbox image.", criSandboxImage, ipc.sandboxImage)
848
}
849
0 commit comments