improve comment
parent
1e8dd94a77
commit
2a37317a72
|
@ -106,8 +106,8 @@ func (d *Driver) Create() error {
|
||||||
return errors.Wrapf(err, "deleting already in-use mini-created container %s", params.Name)
|
return errors.Wrapf(err, "deleting already in-use mini-created container %s", params.Name)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// if not the conflicting container name is not created by minikube
|
// The conflicting container name was not created by minikube
|
||||||
// that means it is a user has a container that conflicts with minikube profile name
|
// user has a container that conflicts with minikube profile name, will not delete users container.
|
||||||
glog.Errorf("You have a container named %s that conflicts with minikube profile name %s, please either remove manually or choose a different minikbue profile name", params.Name, params.Name)
|
glog.Errorf("You have a container named %s that conflicts with minikube profile name %s, please either remove manually or choose a different minikbue profile name", params.Name, params.Name)
|
||||||
return errors.Wrap(err, "conflicting name with user's container")
|
return errors.Wrap(err, "conflicting name with user's container")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue