Open ggjulio opened 3 years ago
Minikube needs to handle multiple networks, and filter out the created network only.
It actually got 4 values, but output format fails to add a delimiter between networks..
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten
It would seem that we don't support multiple networks in our docker driver. We would some help getting this fixed! I'd be happy to review any PR.
This is the function we would need to fix: https://github.com/kubernetes/minikube/blob/master/pkg/drivers/kic/oci/network_create.go#L181
/assign
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
I havent seen this error in long time, did we fix it ?
@vishjain are you still working on this ?
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
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:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
Hi @ggjulio โ is this issue still occurring? If so, please feel free to re-open the issue by commenting with /reopen
. This issue will be closed as additional information was unavailable and some time has passed.
Additional information that may be helpful:
Whether the issue occurs with the latest minikube release
The exact minikube start command line used
Attach the full output of minikube logs, run minikube logs --file=logs.txt
to create a log file
Thank you for sharing your experience!
I can confirm that on the latest:
minikube version: v1.25.2
commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7
the problem is still there. I have a minikube
k8s cluster with additional docker-compose
network attached to the minikube
container and get the same error:
minikube start
๐ minikube v1.25.2 on Debian 11.0
โจ Using the docker driver based on existing profile
๐ Starting control plane node minikube in cluster minikube
๐ Pulling base image ...
๐ Restarting existing docker container for "minikube" ...
๐คฆ StartHost failed, but will try again: container addresses should have 2 values, got 3 values: [192.168.49.2 172.54.32.2 ]
๐ Updating the running docker "minikube" container ...
๐ฟ Failed to start docker container. Running "minikube delete" may fix it: provision: Temporary Error: error getting ip during provisioning: container addresses should have 2 values, got 3 values: [192.168.49.2 172.54.32.2 ]
โ Exiting due to GUEST_PROVISION: Failed to start host: provision: Temporary Error: error getting ip during provisioning: container addresses should have 2 values, got 3 values: [192.168.49.2 172.54.32.2 ]
Disconnecting the additional network before start (and connecting it back again after start) helps as a workaround, though.
/reopen
@ololobus: You can't reopen an issue/PR unless you authored it or you are a collaborator.
@klaases or @ggjulio, please, reopen once you have time.
/reopen
@ggjulio: Reopened this issue.
As @sharifelgamal mentioned, we would appreciate any PR that goes towards resolving this issue.
I'm freezing this issue as it is a genuine minikube bug. Help wanted!
+1 this issue still persists
I use a second network to give a range of ips to Metallb. Everyting work fine except at restart. Minikube complain about having two networks. I have to disconnect the second network before each restart. And then reconnect.
I find nothing helpful in the doc / github Issues.
Steps to reproduce the issue:
Full output of failed command:
Full output of
minikube start
command used, if not already included: