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

MEP: Standard Linux Distribution ("distro") #10067

Merged
merged 1 commit into from
Feb 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions enhancements/proposed/20201230-standard-distro/standard-distro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Standard Linux Distribution

* First proposed: 2020-12-17
* Authors: Anders F Björklund (@afbjorklund)

## Reviewer Priorities

Please review this proposal with the following priorities:

* Does this fit with minikube's [principles](https://minikube.sigs.k8s.io/docs/concepts/principles/)?
* Are there other approaches to consider?
* Could the implementation be made simpler?
* Are there usability, reliability, or technical debt concerns?

Please leave the above text in your proposal as instructions to the reader.

## Summary

Change the distribution (OS) for the minikube ISO, from Buildroot to Ubuntu.

## Goals

* Use one of the supported Kubernetes OS, like Ubuntu 20.04
* Use the same operating system for KIC base and ISO image

## Non-Goals

* Making major changes to the new standard operating system
* Support production deployments, still intended for learning

## Design Details

Use external system image and external packages, same as for KIC image.

Keep both images available (one being default), during transition period.

## Alternatives Considered

Continue to support custom distro, instead of using a standard distro.
afbjorklund marked this conversation as resolved.
Show resolved Hide resolved

Make current Buildroot OS into standard supported Kubernetes distribution.