minikube/docs/contributors
Thomas Strömberg 23117f5452
fish-compatible change
2019-02-16 14:12:58 -08:00
..
README.md remove localkube from docs 2018-07-24 12:36:42 -07:00
adding_a_dependency.md Update docs. 2018-09-26 11:58:13 -07:00
adding_an_addon.md Initial commit of logviewer addon 2018-12-02 12:58:06 -08:00
adding_driver.md Update document for new drivers 2018-11-13 09:44:42 -06:00
build_guide.md Merge pull request #3508 from michal-franc/go-version-recommendatio-update 2019-01-11 10:36:15 -08:00
ci_builds.md Refactor docs 2017-05-03 14:54:26 -07:00
minikube_iso.md Remove default cni flags from the documentation 2019-02-05 20:05:05 +01:00
principles.md Update docs/contributors/principles.md 2019-01-25 14:23:33 -08:00
releasing_minikube.md fish-compatible change 2019-02-16 14:12:58 -08:00
roadmap.md Update roadmap.md 2019-01-28 11:07:42 -08:00

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