Commit c7b12f26 authored by Geoff Simmons's avatar Geoff Simmons

Remove obsolete un/deploy scripts for the Pod templates example.

parent c1fa4001
#! /bin/bash -ex
kubectl apply -f ../hello/cafe.yaml
kubectl apply -f cafe-ingress.yaml
kubectl apply -f cli-args.yaml
#! /bin/bash -ex
kubectl apply -f ../hello/cafe.yaml
kubectl apply -f cafe-ingress.yaml
kubectl apply -f env.yaml
#! /bin/bash -ex
kubectl apply -f ../hello/cafe.yaml
kubectl apply -f cafe-ingress.yaml
kubectl apply -f proxy.yaml
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../test/utils.sh
kubectl delete -f cli-args.yaml
kubectl delete -f cafe-ingress.yaml
kubectl delete -f ../hello/cafe.yaml
echo "Waiting until cli-args Pods are deleted"
wait_until_deleted app=varnish-ingress,example=cli-args
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../test/utils.sh
kubectl delete -f env.yaml
kubectl delete -f cafe-ingress.yaml
kubectl delete -f ../hello/cafe.yaml
echo Waiting until example varnish-ingress Pods are deleted
wait_until_deleted app=varnish-ingress,example=env
#! /bin/bash -ex
MYDIR=$(dirname ${BASH_SOURCE[0]})
source ${MYDIR}/../../test/utils.sh
kubectl delete -f proxy.yaml
kubectl delete -f cafe-ingress.yaml
kubectl delete -f ../hello/cafe.yaml
echo "Waiting until proxy Pods are deleted"
wait_until_deleted app=varnish-ingress,example=proxy
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