mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #131563 from logica0419/kubeadm-string-concat
Add missing space in string concatenation (kubeadm)
This commit is contained in:
@@ -843,7 +843,7 @@ func (ipc ImagePullCheck) Check() (warnings, errorList []error) {
|
||||
if err != nil {
|
||||
klog.V(4).Infof("failed to detect the sandbox image for local container runtime, %v", err)
|
||||
} else if criSandboxImage != ipc.sandboxImage {
|
||||
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. "+
|
||||
"It is recommended to use %q as the CRI sandbox image.", criSandboxImage, ipc.sandboxImage)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user