kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
28.73k stars 4.81k forks source link

Prototype buildroot in kicbase #11018

Open medyagh opened 3 years ago

medyagh commented 3 years ago

the current pain point is maintaing two operating systems one for VM and one for Kicbase kic base here https://github.com/kubernetes/minikube/tree/master/deploy/kicbase and iso here https://github.com/kubernetes/minikube/tree/master/deploy/iso one idea would be moving ISO to ubuntu but that would make ISO much bigger or we could change docker to be buildroot

medyagh commented 3 years ago

@afbjorklund had a working PR that we didnt continue long time ago, it woudl be nice to re-do it and see the metrics

afbjorklund commented 3 years ago

The prototype was done here: #6942 The other alternative (standard distribution) is here: #9992

afbjorklund commented 3 years ago

The kicbase image is based on kind, while the buildroot image is based on coreos

fejta-bot commented 2 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale

afbjorklund commented 2 years ago

/remove-lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

sharifelgamal commented 2 years ago

@medyagh do we still care about this?