-
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
Minikube start failure in CentOS #11459
Comments
Thanks for response beforehand! I can fetch more logs from the environment where we are encountering the problem if needed. |
hi! Can someone please take a look and if possible give some pointers regarding this issue, it seems to be not flaky but every other build is failing with same error in our CI. Thank you. |
@furkatgofurov7 Thanks for creating this issue! |
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 |
While trying to create a cluster using
Platform and binary details:
minikube options used are In fact minikube VM itself is running and IP is assigned to it.
What are we missing here? |
Hi @anoopcs9, could you run |
Hi @spowelljr, let me know if more logs are required. |
I have a new finding to share. To me it looks like ip address assigned for mk-minikube network is reflected only after a specified amount of time. At the same time it is show when
Bridge interface status file is not updated immediately. If I manually do
In Fedora bridge status file gets updated along with domain creation it seems. What kind of time period are we looking at here? Even if we don't execute And I was thinking whether it is OK to change source to arp inside minikube(DOMAIN_INTERFACE_ADDRESSES_SRC_LEASE -> DOMAIN_INTERFACE_ADDRESSES_SRC_ARP) which should work independent of libvirt versions on different platforms. @spowelljr thoughts? |
Hi @anoopcs9, sorry for the delayed response. I'm not very familiar with this part of minikube but I'll do my best to help.
Assuming you're asking how long it waits, it retries for one minutes with an exponential backoff.
I don't know the answer to that, but we could create a PR and run tests against it and see if it past tests. |
Hi, we are running CentOS jobs with Minikube in our CI, and builds flake out when minikube starts 20-30% of the time. Below are the steps to reproduce the issue:
minikube config set vm-driver kvm2
minikube config set memory 4096
Full output of
minikube logs
command:Logs from Minikube v1.18
Logs from Minikube v1.19
Full output of failed command:
Output of minikubefail file: paste.openstack
The text was updated successfully, but these errors were encountered: