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 doesn't properly set the node's external IP #4330

Closed
roberthbailey opened this issue May 23, 2019 · 3 comments
Closed

Minikube doesn't properly set the node's external IP #4330

roberthbailey opened this issue May 23, 2019 · 3 comments

Comments

@roberthbailey
Copy link

roberthbailey commented May 23, 2019

This is similar to #2655 except that I don't want to set the external IP; I want minikube to properly report the external IP of the node with the value I can see in minikube ip (see googleforgames/agones#751).

The exact command to reproduce the issue:

minikube start
kubectl get nodes -o wide

The full output of the command that failed:

$ kubectl get nodes -o wide
NAME       STATUS    ROLES     AGE       VERSION   INTERNAL-IP   EXTERNAL-IP   OS-IMAGE            KERNEL-VERSION   CONTAINER-RUNTIME
minikube   Ready     master    12m       v1.11.0   10.0.2.15     <none>        Buildroot 2018.05   4.15.0           docker://18.9.6

If I run the same command against a GKE cluster, I see both an internal IP and external IP populated.

The output of the minikube logs command:

The operating system version: MacOS Mojave 10.14.5

@reductor
Copy link

I believe this is a duplicate of #3416

@roberthbailey
Copy link
Author

Looks like it. I'll bump that issue.

/close

@k8s-ci-robot
Copy link
Contributor

@roberthbailey: Closing this issue.

In response to this:

Looks like it. I'll bump that issue.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants