-
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
Support for Kubernetes 1.12 #3164
Comments
I'm also wondering—is there any way to get a 1.10 version later than 1.10.0? It has a fairly annoying bug (kubernetes/kubernetes#54870) that causes my minikube cluster to kill itself when testing lots of jobs that fail. |
See also: #2988 It looks like 1.11 at least is already there, it's just kinda hidden? |
Examples:
|
I tried the same approach for 1.12.0-rc.2 and it did not work.
|
I have found several incompatibility issues in minikube with Kubernetes v1.12
After I have fixed these issues I could bootstrap kube 1.12 with minikube. I have a patch ready in https://github.com/outcoldman/minikube/tree/k8s-1.12, you can test it with (instructions are for macOS, for other OS change the make target
|
We found some v1.11.0 CRI-O issues in #3153, I guess these would also apply to 1.12 |
Building on @geerlingguy's comment. If you're forgetful like me, you can alternatively use
Which stores your desired version of Kubernetes more persistently into |
hey @robrich, just checked that "minikube start --kubernetes-version=v1.12.0" works with minikube version: v0.30.0. Maybe this issue could be closed? |
Same here. With minikube v0.30.0, kuvernetes-version v.1.12.0 worked for me and not v1.12.1 |
@pnpavlov: Not sure. Maybe we need #3180 and #3262 and #3164 (comment) to land before it's good enough for mortals? |
CI is in somewhat stable state (<15% failures), so I've finally proposed to make v1.12.3 the default: #3402 |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
K8s v. 1.11 and 1.12 in minikube please?
Please provide the following details:
Environment:
Minikube version (use
minikube version
): 0.28.2cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hypervcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.28.1The text was updated successfully, but these errors were encountered: