Closed
Description
What Happened?
When starting minikube with docker driver and with a custom profile and custom network, there's an error regarding to the network passed as a parameter. If the network name is the same as the profile name, there's no error.
I believe the error is caused in the function HostIP from file pkg/minikube/cluster/ip.go. There's no reference to network name in the function. The only name the function gets is the clusterName.
(Running with docker 24.0.5 in Manjaro)
Attach the log file
Operating System
Other
Driver
Docker