Commit 885d3693 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the multi-controller example/test.

parent 40cc5b6b
#! /bin/bash -ex
# Assumes that the kube-system controller as configured in deploy/ is
# already deployed.
kubectl apply -f controller.yaml
kubectl apply -f namespace.yaml
kubectl apply -f rbac.yaml
kubectl apply -f coffee.yaml
kubectl apply -f tea.yaml
kubectl apply -f adm-secret-tea.yaml
kubectl apply -f nodeport-tea.yaml
kubectl apply -f admin-svc-tea.yaml
kubectl apply -f varnish-tea.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
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../../test/utils.sh
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-tea.yaml
kubectl delete -f nodeport-tea.yaml
kubectl delete -f admin-svc-tea.yaml
kubectl delete -f adm-secret-tea.yaml
kubectl delete -f tea.yaml
kubectl delete -f coffee.yaml
kubectl delete -f rbac.yaml
kubectl delete -f namespace.yaml
kubectl delete -f controller.yaml
wait_until_deleted app=varnish-ingress-controller,example=coffee kube-system
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