You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/addons.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
##Add-ons
1
+
# Add-ons
2
2
3
3
Minikube has a set of built in addons that can be used enabled, disabled, and opened inside of the local k8s environment. Below is an example of this functionality for the `heapster` addon:
4
+
4
5
```shell
5
6
$ minikube addons list
6
7
- registry: disabled
@@ -26,6 +27,7 @@ Waiting, endpoint for service is not ready yet...
Copy file name to clipboardExpand all lines: docs/cache.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##Caching Images
1
+
# Caching Images
2
2
3
3
Minikube supports caching non-minikube images using the `minikube cache` command. Images can be added to the cache by running `minikube cache add <img>`, and deleted by running `minikube cache delete <img>`.
Copy file name to clipboardExpand all lines: docs/configuring_kubernetes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
##Configuring Kubernetes
1
+
# Configuring Kubernetes
2
2
3
3
Minikube has a "configurator" feature that allows users to configure the Kubernetes components with arbitrary values.
4
4
To use this feature, you can use the `--extra-config` flag on the `minikube start` command.
5
5
6
6
This flag is repeated, so you can pass it several times with several different values to set multiple options.
7
7
8
-
###Kubeadm bootstrapper
8
+
## Kubeadm bootstrapper
9
9
10
10
The kubeadm bootstrapper can be configured by the `--extra-config` flag on the `minikube start` command. It takes a string of the form `component.key=value` where `component` is one of the strings
Copy file name to clipboardExpand all lines: docs/contributors/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
-
##Contributing
1
+
# Contributing
2
2
3
3
***New contributors** ([contributors.md](https://github.com/kubernetes/minikube/blob/master/CONTRIBUTING.md)): Process for new contributors, CLA instructions
4
4
5
5
***Roadmap** ([roadmap.md](roadmap.md)): The roadmap for future minikube development
6
6
7
7
## New Features and Dependencies
8
+
8
9
***Adding a dependency** ([adding_a_dependency.md](adding_a_dependency.md)): How to add or update vendored code
9
10
10
11
***Adding a new addon** ([adding_an_addon.md](adding_an_addon.md)): How to add a new addon to minikube for `minikube addons`
11
12
12
13
***Adding a new driver** ([adding_driver.md](adding_driver.md)): How to add a new driver to minikube for `minikube create --vm-driver=<driver>`
13
14
14
15
## Building and Releasing
16
+
15
17
***Build Guide** ([build_guide.md](build_guide.md)): How to build minikube from source
16
18
17
19
***ISO Build Guide** ([minikube_iso.md](minikube_iso.md)): How to build and hack on the ISO image that minikube uses
0 commit comments