mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
kubeadm: validators pass warnings and errors
This change allows validators to pass warnings as well as errors. This was needed because of how support for docker 1.13+ and the new EE and CE versions is currently being handled.
This commit is contained in:
@@ -98,7 +98,7 @@ func TestE2eNode(t *testing.T) {
|
||||
glog.Exitf("chroot %q failed: %v", rootfs, err)
|
||||
}
|
||||
}
|
||||
if err := system.ValidateDefault(framework.TestContext.ContainerRuntime); err != nil {
|
||||
if _, err := system.ValidateDefault(framework.TestContext.ContainerRuntime); err != nil {
|
||||
glog.Exitf("system validation failed: %v", err)
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user