-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Can't start minikube inside docker network #13729
Comments
/kind support |
Hi @dazzzed This issue can be reproduced in v1.25.2 on Ubuntu 21.04. Here is a workaround. Assume gateway IP is Minikube will try to use |
Hi team, I just comment the static IP code and compile a new minikube binary. It works well. Do you have concerns if static IP is removed? Does static Minikube container IP have any scenarios? How to test
As the static IP code is commented, the
|
Hi @klaases Thank you for your attention. I'd appreciate it if you could explain the detailed scenarios. IMHO, there is no conflict between #13766 and #13050. remove static ip in docker and podman #13766It does in the same manner as Docker does. By default a container would be assigned an available IP from DHCP pool. Instead, currently Minikube would generate an IP address which is wip: new flag --static-ip to allow random IP #13050This feature is to make Minikube has ability to assign a static IP. |
Having a static IP on by default is useful so minikube can survive things like the user's laptop going to sleep and the like. It seems like the issue is less about minikube assigning a static IP and how the static IP is determined. Getting rid of the feature isn't the answer, but fixing it is definitely a good option. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
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. |
What Happened?
I'm trying to start minikube on ubuntu 18.04 inside nginx proxy manager docker network in order to setup some kubernetes services and manage the domain names and the proxy hosts in the nginx proxy manager platform.
so I have
nginxproxymanager_default
docker network and when I runminikube start --network=nginxproxymanager_default
I getwhat might I been doing wrong?
Attach the log file
🤷 The control plane node "" does not exist.
👉 To start a cluster, run: "minikube start"
Operating System
No response
Driver
No response
The text was updated successfully, but these errors were encountered: