mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #36334 from luxas/add_preflight
Automatic merge from submit-queue Add the system verification test to the kubeadm preflight checks And refactor the system verification test to accept to write to a specific writer in order to customize the output This PR is targeting v1.5, PTAL cc @Random-Liu @dchen1107 @kubernetes/sig-cluster-lifecycle
This commit is contained in:
@@ -92,7 +92,7 @@ func TestE2eNode(t *testing.T) {
|
||||
glog.Exitf("chroot %q failed: %v", rootfs, err)
|
||||
}
|
||||
}
|
||||
if err := system.Validate(); err != nil {
|
||||
if err := system.ValidateDefault(); err != nil {
|
||||
glog.Exitf("system validation failed: %v", err)
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user