Skip to content

Commit

Permalink
Update developers.md (#631)
Browse files Browse the repository at this point in the history
Reorder keys lexicographically, as the command line truly does.
  • Loading branch information
hadrien-toma authored and mumoshu committed Sep 14, 2018
1 parent 7185772 commit 51b925e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/developers.md
Expand Up @@ -68,14 +68,14 @@ Start Minikube. Your addons should look like this:

```
$ minikube addons list
- default-storageclass: enabled
- kube-dns: enabled
- addon-manager: enabled
- dashboard: disabled
- default-storageclass: enabled
- heapster: disabled
- ingress: enabled
- kube-dns: enabled
- registry: disabled
- registry-creds: disabled
- addon-manager: enabled
```

Feel free to enable other addons, but the ones above are expected to be present
Expand Down

0 comments on commit 51b925e

Please sign in to comment.