Skip to content

Commit

Permalink
ch8:
Browse files Browse the repository at this point in the history
	new file:   08-06_delete_replicaset.sh
  • Loading branch information
ttarczynski committed Feb 16, 2018
1 parent 2c61cd2 commit 86c3313
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manifests/08-06_delete_replicaset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -x

# Delete replicaSet
kubectl delete rs kuard
kubectl get pods

# Delete HPA
kubectl delete hpa kuard
kubectl get hpa

0 comments on commit 86c3313

Please sign in to comment.