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

Minikube does not start with 0.26.x #192

Closed
markmandel opened this issue May 1, 2018 · 4 comments
Closed

Minikube does not start with 0.26.x #192

markmandel opened this issue May 1, 2018 · 4 comments
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/bug These are bugs. kind/documentation Documentation for Agones
Milestone

Comments

@markmandel
Copy link
Member

The instructions for starting a minikube cluster current hang when the cluster starts up.

This also affects the development build path for minikube as well.

This ticket is to track any progress, and track any valid workarounds or configuration changes we need to do on our end.

Could be related to this minikube issue - seems like there are several issues in the tracker regarding hanging on start.

Workaround: Install 0.25.2

@markmandel markmandel added kind/bug These are bugs. kind/documentation Documentation for Agones area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. labels May 1, 2018
@newphew92
Copy link

newphew92 commented May 1, 2018

To be clear, the hang up happens when you have extra config like so:

minikube start --kubernetes-version v1.9.0 --vm-driver=none \
--extra-config=apiserver.admission-control="NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"

@markmandel
Copy link
Member Author

Looking at this comment here

Does the combination of the bootstrapper and the new configuration options work?

@newphew92
Copy link

newphew92 commented May 1, 2018

I tried on both 26.0 and 25.2, adding the bootstrapper flag makes it hang in both case on start.

Potentiall related: kubernetes/minikube#2717

@markmandel
Copy link
Member Author

Closing this because we are now working on 0.28 - See #273

@markmandel markmandel added this to the 0.3.0 milestone Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/bug These are bugs. kind/documentation Documentation for Agones
Projects
None yet
Development

No branches or pull requests

2 participants