File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ NAME STATUS AGE VERSION
49
49
a sandboxed local cluster. You will first need to [ install] ( https://github.com/kubernetes/minikube/releases )
50
50
the minikube binary, then bring up a cluster
51
51
``` console
52
- $ minikube up
52
+ $ minikube start
53
53
```
54
54
55
55
Check for Ready nodes
@@ -71,12 +71,16 @@ $ minikube addons list
71
71
If this list already contains the ingress controller, you don't need to
72
72
redeploy it. If the addon controller is disabled, you can enable it with
73
73
``` console
74
- $ minikube enable addons ingress
74
+ $ minikube addons enable ingress
75
75
```
76
76
77
77
If the list * does not* contain the ingress controller, you can either update
78
78
minikube, or deploy it yourself as shown in the next section.
79
79
80
+ You may want to consider [ using the VM's docker
81
+ daemon] ( https://github.com/kubernetes/minikube/blob/master/README.md#reusing-the-docker-daemon )
82
+ when developing.
83
+
80
84
## Deploy the ingress controller
81
85
82
86
You can deploy an ingress controller on the cluster setup in the previous step
You can’t perform that action at this time.
0 commit comments