Update minikube.md (#7925)

clean-up the exposed deployment (service)
This commit is contained in:
Mike
2018-04-01 10:35:03 -04:00
committed by k8s-ci-robot
parent 1524b0f999
commit 4d04576958
+2
View File
@@ -69,6 +69,8 @@ client_address=192.168.99.1
command=GET
real path=/
...
$ kubectl delete services hello-minikube
service "hello-minikube" deleted
$ kubectl delete deployment hello-minikube
deployment "hello-minikube" deleted
$ minikube stop