minikube/docs/contributors
peak-load ed7e184952 Update build_guide.md
Added cross to make arguments to get binaries for all platforms
2018-07-26 08:23:08 -07:00
..
README.md remove localkube from docs 2018-07-24 12:36:42 -07:00
adding_a_dependency.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30
adding_an_addon.md Improve adding_an_addon.md guide 2017-11-02 10:47:46 +08:00
adding_driver.md Add document for adding new driver 2018-04-12 07:51:18 -07:00
build_guide.md Update build_guide.md 2018-07-26 08:23:08 -07:00
ci_builds.md Refactor docs 2017-05-03 14:54:26 -07:00
minikube_iso.md highlight shell samples quoted in docs 2018-02-12 12:42:03 +01:00
releasing_minikube.md Update caskroom -> Homebrew references 2018-06-13 01:35:01 +10:00
roadmap.md Fix typo, grammar, punctuations and formatting 2017-06-16 17:56:51 +05:30

README.md

Contributing

  • New contributors (contributors.md): Process for new contributors, CLA instructions

  • Roadmap (roadmap.md): The roadmap for future minikube development

New Features and Dependencies

  • Adding a dependency (adding_a_dependency.md): How to add or update vendored code

  • Adding a new addon (adding_an_addon.md): How to add a new addon to minikube for minikube addons

  • Adding a new driver (adding_driver.md): How to add a new driver to minikube for minikube create --vm-driver=<driver>

Building and Releasing

  • Build Guide (build_guide.md): How to build minikube from source

  • ISO Build Guide (minikube_iso.md): How to build and hack on the ISO image that minikube uses

  • CI Builds (ci_builds.md): Accessing CI build artifacts from Jenkins

  • Releasing minikube (releasing_minikube.md): Steps to release a new version of minikube