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

fix minikube service list for docker on mac os #6829

Closed
josedonizetti opened this issue Feb 28, 2020 · 0 comments
Closed

fix minikube service list for docker on mac os #6829

josedonizetti opened this issue Feb 28, 2020 · 0 comments
Assignees
Labels
co/docker-driver Issues related to kubernetes in container priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@josedonizetti
Copy link
Member

mikube service list

|-------------|-----------------|--------------|-------------------------|
|  NAMESPACE  |      NAME       | TARGET PORT  |           URL           |
|-------------|-----------------|--------------|-------------------------|
| default     | hello-minikube1 |              | http://172.17.0.2:30962 |
| default     | kubernetes      | No node port |
| kube-system | kube-dns        | No node port |
|-------------|-----------------|--------------|-------------------------|
❌  Accessing service is not implemented yet for docker driver on Mac.
The following issue is tracking the in progress work::
https://github.com/kubernetes/minikube/issues/6778
💣  Not yet implemented for docker driver on MacOS.

We need to remove the not implemented warning, and the URL must be empty, because we only expose it if the ./minikube service is running, so it would be misleading to display 127.0.0.1:XXXX if it won't work without calling the service cmd.

@josedonizetti josedonizetti added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. co/docker-driver Issues related to kubernetes in container labels Feb 28, 2020
@josedonizetti josedonizetti added this to the v1.8.0 Feb 28 milestone Feb 28, 2020
@josedonizetti josedonizetti self-assigned this Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

1 participant