You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect(ctx).NotTo(BeNil(), "ctx is required for CreateKindBootstrapClusterAndLoadImages")
65
68
Expect(input.Name).ToNot(BeEmpty(), "Invalid argument. Name can't be empty when calling CreateKindBootstrapClusterAndLoadImages")
69
+
Expect(input.KubernetesVersion!=""&&input.CustomNodeImage!="").To(BeFalse(), "Invalid input. Either KubernetesVersion or CustomNodeImage should be passed")
66
70
67
71
log.Logf("Creating a kind cluster with name %q", input.Name)
0 commit comments