Skip to content

Instantly share code, notes, and snippets.

View nmittler's full-sized avatar

Nathan Mittler nmittler

View GitHub Profile
#!/bin/bash
set -euo pipefail
ARGS=( "${@:1}" )
function deleteNamespace()
{
for CTX in "${ARGS[@]}"; do
# Delete the namespace if it already exists.
#!/bin/bash
set -euo pipefail
HUB=gcr.io/istio-testing
TAG=latest
echo "HUB=${HUB}"
echo "TAG=${TAG}"
# Delete Istio in this cluster
#!/bin/bash
set -euo pipefail
HUB=gcr.io/istio-testing
TAG=latest
echo "HUB=${HUB}"
echo "TAG=${TAG}"
# Delete Istio in this cluster