Skip to content

Commit 8004acd

Browse files
author
Xiaoyu(Tim) Zhang
authored
Merge pull request kubernetes#6189 from futureperfect/quickstart-deployment-cleanup
Add deployment cleanup to minikube quickstart
2 parents e0b2e1b + d7ffab2 commit 8004acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/getting-started-guides/minikube.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ client_address=192.168.99.1
6868
command=GET
6969
real path=/
7070
...
71+
$ kubectl delete deployment hello-minikube
72+
deployment "hello-minikube" deleted
7173
$ minikube stop
7274
Stopping local Kubernetes cluster...
7375
Stopping "minikube"...

0 commit comments

Comments
 (0)