mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 10:00:40 +03:00
Add script to clean up smoke test
This commit is contained in:
6
scripts/cleanup-smoke-test.sh
Executable file
6
scripts/cleanup-smoke-test.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
|
|
||||||
|
kubectl delete deployment nginx
|
||||||
|
kubectl delete svc nginx
|
||||||
|
gcloud -q compute firewall-rules delete kubernetes-nginx-service
|
Reference in New Issue
Block a user