Closed govargo closed 4 years ago
/kind bug
/assign
I doubt which of minikube
or m01
is correct.
When minikube start
, the output node name is m01
. Is this right?
👍 Starting control plane node m01 in cluster minikube
🔥 Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
Steps to reproduce the issue:
start minikube cluster
check the worker nodename. It is
minikube
.check the worker nodename from
minikube status
. It ism01
. It should be minikube, but the node name is wrong.Optional: Full output of
minikube logs
command: