-
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
Cannot start minikube when using non-default profile #2717
Comments
After some reading through the source and a bit of testing, I have found the source of the problem: The kubelets are started with I'm actually not sure which way to go - either we could update the Thoughts? |
related: #2574 |
FWIW, I was able to resolve the issue by applying the patch from #2722 (comment) |
Applying the patch from #2796 also resolves my issue with profiles. Thanks @petertrotman! |
* Minikube 0.27 does not support profiles see kubernetes/minikube#2717.
* Update python-kubernetes to support interaction with 1.9.4 K8S cluster. * Upgrade official kubernetes cluster to 6.0.0 as it supports k8s 1.9.4 (also 1.10). * Stop using profiles since Minikube 0.27 does not support it see kubernetes/minikube#2717. Signed-off-by: Harri Hirvonsalo <harri.hirvonsalo@cern.ch> Co-authored-by: Diego Rodriguez <diego.rodriguez@cern.ch>
I tried to locally re-build a Minikube ISO with that patch. But I still seem to get the old |
i can't start the minikube VM using a profile
According to #2818 i try with
|
Can confirm this still exists on 0.28 Can see in the minikube logs:
|
This should be fixed with #2796 |
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
Environment:
Minikube version: v0.26.0
What happened:
What you expected to happen:
Expect
minikube start
to run correctly when the profile is not default.How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
The name given doesn't seem to make a difference.
The text was updated successfully, but these errors were encountered: