minikube/docs/contributors
Anders F Björklund eededa6fdd Make markdownlint happy about whitespace
Use "make mdlint" to check current status
2019-06-22 19:04:43 +02:00
..
README.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
adding_a_dependency.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
adding_an_addon.md Split NewBinDataAsset into NewBinAsset and MustBinAsset 2019-05-06 11:37:54 -07:00
adding_driver.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
build_guide.md docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
ci_builds.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
minikube_iso.md docs: remove 'GOPATH' references 2019-05-13 20:39:31 +02:00
principles.md Run markdownlint on all the md files in docs 2019-03-10 20:06:04 +01:00
releasing_minikube.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02:00
roadmap.md Make markdownlint happy about whitespace 2019-06-22 19:04:43 +02: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