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

Official minikube docker image? #3192

Closed
kkimdev opened this issue Oct 1, 2018 · 8 comments
Closed

Official minikube docker image? #3192

kkimdev opened this issue Oct 1, 2018 · 8 comments

Comments

@kkimdev
Copy link

kkimdev commented Oct 1, 2018

I was looking for official minikube docker image and found this issue #2036 . However, the image mentioned there seems not getting updated anymore https://console.cloud.google.com/gcr/images/k8s-minikube/GLOBAL/localkube-dind-image?gcrImageListsize=50 and I realized that the files & docs related to the image is removed from this repository 8cd01a8#diff-078f40fa23e0672777adc7c05d4773dd

What's the status of the official image? Is this discontinued?

@balopat
Copy link
Contributor

balopat commented Oct 1, 2018

Hi @kkimdev those images were for localkube - as localkube is discontinued (#2911), that is not going to be published anymore. Hypervisor based minikube doesn't really work from a docker container and the None driver won't really work either as it relies on systemd to run the kubelet on your machine.

@kkimdev
Copy link
Author

kkimdev commented Oct 1, 2018

Oh ok... That's an unfortunate :(. Thanks for the answer!

@kkimdev kkimdev closed this as completed Oct 1, 2018
@stsukrov
Copy link

stsukrov commented May 27, 2019

Hypervisor based minikube doesn't really work from a docker container and the None driver won't really work either as it relies on systemd to run the kubelet on your machine.

Hi!

Any chance we can hack it to run in container?
Then minikube can be a highly-valued tool for integration tests

@afbjorklund
Copy link
Collaborator

It is on the roadmap. For now, it is VM based.

@stsukrov
Copy link

My plan is to fake the systemctl to work with minikube.
I saw at least on proof of concept with minikube 0.25.

Am I missing something?

@DelgadoPanadero
Copy link

Is there any update? I think as @stsukrov, I would be great to have a minikube container for integration as well as development tests.

@afbjorklund
Copy link
Collaborator

See #4389

@stsukrov
Copy link

@DelgadoPanadero

We are quite happy using kind in almost all scenarios instead of minikube.
https://github.com/kubernetes-sigs/kind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants