Update quickstart example

Added command to delete the service in
addition to deleting the deployment.

Seems like the right thing to do.
pull/2301/head
Martin Mosegaard Amdisen 2017-12-09 19:35:34 +01:00 committed by dlorenc
parent f89b2bf589
commit b487eb0fa6
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ client_address=192.168.99.1
command=GET
real path=/
...
$ kubectl delete service hello-minikube
service "hello-minikube" deleted
$ kubectl delete deployment hello-minikube
deployment "hello-minikube" deleted
$ minikube stop