Commit 0a41b0d5 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the "cluster and ns" example/test.

parent 78e2f22d
#! /bin/bash -ex
kubectl apply -f namespace.yaml
kubectl apply -f rbac.yaml
kubectl apply -f coffee.yaml
kubectl apply -f tea.yaml
kubectl apply -f other.yaml
kubectl apply -f adm-secret-system.yaml
kubectl apply -f admin-svc-system.yaml
kubectl apply -f nodeport-system.yaml
kubectl apply -f varnish-system.yaml
kubectl apply -f adm-secret-coffee.yaml
kubectl apply -f admin-svc-coffee.yaml
kubectl apply -f nodeport-coffee.yaml
kubectl apply -f varnish-coffee.yaml
kubectl apply -f coffee-ingress.yaml
kubectl apply -f tea-ingress.yaml
kubectl apply -f other-ingress.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../../test/utils.sh
kubectl delete -f other-ingress.yaml
kubectl delete -f tea-ingress.yaml
kubectl delete -f coffee-ingress.yaml
kubectl delete -f varnish-coffee.yaml
kubectl delete -f nodeport-coffee.yaml
kubectl delete -f admin-svc-coffee.yaml
kubectl delete -f adm-secret-coffee.yaml
kubectl delete -f varnish-system.yaml
wait_until_deleted app=varnish-ingress kube-system
kubectl delete -f nodeport-system.yaml
kubectl delete -f admin-svc-system.yaml
kubectl delete -f adm-secret-system.yaml
kubectl delete -f other.yaml
kubectl delete -f tea.yaml
kubectl delete -f coffee.yaml
kubectl delete -f rbac.yaml
kubectl delete -f namespace.yaml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment