Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube start doesn't print node name. 1st node name is empty. (If use multi node,) 2nd node name is incorrect #7515

Closed
govargo opened this issue Apr 8, 2020 · 1 comment · Fixed by #7516
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@govargo
Copy link
Contributor

govargo commented Apr 8, 2020

$ out/minikube version
minikube version: v1.9.2
commit: 0e4b4d2d189bb7d2ff6275c0e09afd8c5adf4fc9
  1. start minikube cluster
$ minikube start --driver docker -n 2
...
👍  Starting control plane node  in cluster minikube
🚜  Pulling base image ...
...
👍  Starting node m02 in cluster minikube
🚜  Pulling base image ...
...

the node name doesn't be printed. Starting control plane node in cluster minikube.
It is empty.

  1. check node name
$ kubectl get nodes
NAME           STATUS   ROLES    AGE     VERSION
minikube       Ready    master   10m     v1.18.0
minikube-m02   Ready    <none>   9m26s   v1.18.0

we expect that minikube start prints 1st node minikube and 2nd node minikube-m02.

@govargo
Copy link
Contributor Author

govargo commented Apr 8, 2020

/kind bug
/assign

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Apr 8, 2020
@govargo govargo changed the title minikube start doesn't print node name minikube start doesn't print node name. 1st node name is empty Apr 8, 2020
@govargo govargo changed the title minikube start doesn't print node name. 1st node name is empty minikube start doesn't print node name. 1st node name is empty. 2nd node name is incorrect Apr 8, 2020
@govargo govargo changed the title minikube start doesn't print node name. 1st node name is empty. 2nd node name is incorrect minikube start doesn't print node name. 1st node name is empty. (If use multi node)2nd node name is incorrect Apr 8, 2020
@govargo govargo changed the title minikube start doesn't print node name. 1st node name is empty. (If use multi node)2nd node name is incorrect minikube start doesn't print node name. 1st node name is empty. (If use multi node,) 2nd node name is incorrect Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants