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

macos/vbox: waiting for kube-proxy to be up for configmap update: timed out #3605

Closed
rbizzell40 opened this issue Jan 29, 2019 · 6 comments
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug. os/macos priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/needs-information Indicates an issue needs more information in order to work on it. triage/obsolete Bugs that no longer occur in the latest stable release

Comments

@rbizzell40
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (Bug Report):

Please provide the following details:

Environment:
MacOS Mojave Version 10.14.2
Minikube version (use minikube v0.31.0):

  • OS (e.g. from /etc/os-release):
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): virtualbox
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): minikube-v0.33.1.iso v0.33.1
    Install tools*:
  • Others:
    The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
minikube version
echo "";
echo "OS:";
cat /etc/os-release
echo "";
echo "VM driver:"; 
grep DriverName ~/.minikube/machines/minikube/config.json
echo "";
echo "ISO version";
grep -i ISO ~/.minikube/machines/minikube/config.json

What happened:
E0129 13:48:41.133127 90823 start.go:210] Error parsing version semver: Version string empty
E0129 14:10:43.188119 92531 start.go:348] Error restarting cluster: restarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition
What you expected to happen**:
I expected the cluster to start up as normal

How to reproduce it (as minimally and precisely as possible):

Output of minikube logs (if applicable):

Anything else do we need to know:
No

@tstromberg
Copy link
Contributor

tstromberg commented Jan 29, 2019

Sorry to hear that minikube didn't work on your host. Does this machine happen to have any kind of VPN or firewall software installed?

If you don't mind, the following info would be very helpful in sorting out what's going on:

  • Command-line options you may have provided to minikube start, if any.
  • Cut & paste the full output you saw with: minikube start
  • Cut & paste the text output of: kubectl get pods --all-namespaces
  • Attach the output of:
    minikube ssh 'docker logs $(docker ps -a -f name=k8s_kube-api --format={{.ID}})' | tee ~/Desktop/apiserver_log.txt

To attach files, see: https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/

Thank you for the feedback! We really appreciate it.

@tstromberg tstromberg added the triage/needs-information Indicates an issue needs more information in order to work on it. label Jan 29, 2019
@tstromberg tstromberg changed the title Minikube won't start on MacOs Mojave macos/vbox: estarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition Jan 29, 2019
@tstromberg tstromberg changed the title macos/vbox: estarting kube-proxy: waiting for kube-proxy to be up for configmap update: timed out waiting for the condition macos/vbox: waiting for kube-proxy to be up for configmap update: timed out Jan 29, 2019
@tstromberg
Copy link
Contributor

This is possibly a dupe of #3354

@rbizzell40
Copy link
Author

rbizzell40 commented Jan 29, 2019 via email

@tstromberg tstromberg added kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Jan 29, 2019
@tstromberg
Copy link
Contributor

Thanks!

@rbizzell40
Copy link
Author

rbizzell40 commented Jan 29, 2019 via email

@tstromberg
Copy link
Contributor

Sorry about this not working well.

I believe this was fixed in minikube v0.35.0. In some cases, a different error may appear, but it should no longer be blocking on configmap updates.

@tstromberg tstromberg added the triage/obsolete Bugs that no longer occur in the latest stable release label Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. os/macos priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. triage/needs-information Indicates an issue needs more information in order to work on it. triage/obsolete Bugs that no longer occur in the latest stable release
Projects
None yet
Development

No branches or pull requests

2 participants