Skip to content

Commit a328961

Browse files
author
Priya Wadhwa
committed
add todo
1 parent 4e638a1 commit a328961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/machine/start.go

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func timedCreateHost(h *host.Host, api libmachine.API, t time.Duration) error {
207207
}
208208

209209
// postStartValidations are validations against the host after it is created
210+
// TODO: Add validations for VM drivers as well, see issue #9035
210211
func postStartValidations(h *host.Host, drvName string) {
211212
if !driver.IsKIC(drvName) {
212213
return

0 commit comments

Comments
 (0)