-
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
Fix 1.9.x versions of Kubernetes. #2791
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dlorenc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This was a silly typo on my part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I know you're trying to close this one, but simply saying "fixed" does not tell us what version to grab to 'not' have this problem. What version of which software do we need so this works now ? |
The latest minikube release should have this fixed. 0.27.0 |
It does 'not' fix the problem, as many of us reported.
"minikube start" with no options hangs.
…On Thu, May 24, 2018 at 10:14 AM, dlorenc ***@***.***> wrote:
The latest minikube release should have this fixed. 0.27.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2791 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAk2KiR8BOOm0r2xfdgMmKf8a-CyOnezks5t1up6gaJpZM4T08y4>
.
--
----- [email protected] ----
|
I second @vinceskahan's comment: this problem persists on macOS.
And there it sits until eventually timing out. #2765 remains an issue. @krancour's suggestion of using |
Came here while searching a workaround for this issue with minikube 0.28.0, still broken. |
Same error here. minikube version: v0.28.0 |
Same issue here with Linux Mint (Ubuntu Xenial derived distro) |
+1 |
EDIT: I can start v0.28.2 using
Original comment: The vm is up but kube-proxy does not startup properly. Running under VMware Fusion 10.1.2 on Mac OS X 10.11.6. I have tried minikube versions: 0.26.1, 0.28.0, and 0.28.2. This is from latest, minikube version 0.28.2:
Pods:
Docker:
|
+1 |
This was a silly typo on my part.
I can confirm 1.9.6 starts on my mac at HEAD with this change.