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
parent
f89b2bf589
commit
b487eb0fa6
|
@ -132,6 +132,8 @@ client_address=192.168.99.1
|
||||||
command=GET
|
command=GET
|
||||||
real path=/
|
real path=/
|
||||||
...
|
...
|
||||||
|
$ kubectl delete service hello-minikube
|
||||||
|
service "hello-minikube" deleted
|
||||||
$ kubectl delete deployment hello-minikube
|
$ kubectl delete deployment hello-minikube
|
||||||
deployment "hello-minikube" deleted
|
deployment "hello-minikube" deleted
|
||||||
$ minikube stop
|
$ minikube stop
|
||||||
|
|
Loading…
Reference in New Issue