Skip to content

Commit

Permalink
update clean up script
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Mar 10, 2016
1 parent c6f0b8a commit f0de338
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubecon-eu-2016/demo/cleanup
@@ -1,11 +1,13 @@
#!/bin/bash

kubectl delete deployments nginx
kubectl delete deployments ghost
kubectl delete deployments ghost-canary
kubectl delete secret ghost-tls
kubectl delete secret ghost
kubectl delete secret 'ghost-test'
kubectl delete configmap nginx-ghost
kubectl delete deployments ghost
kubectl delete deployments ghost-canary
kubectl delete pods ghost
kubectl delete service ghost
kubectl delete service nginx
kubectl delete ingress ghost

0 comments on commit f0de338

Please sign in to comment.