Use intemp v1.0.2 that doesn't require TMPDIR

pull/6/head
Karl Isenberg 2016-01-04 17:21:30 -08:00
parent 1a6509083f
commit 3d96de594c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ bin="$(cd "$(dirname "${BASH_SOURCE}")" && pwd -P)"
if [ "${ENABLE_CLUSTER_DNS}" == "true" ]; then
echo "Deploying DNS Addon" 1>&2
#TODO: curling to get a script to make a tempdir is a bit overkill...
curl -o- https://raw.githubusercontent.com/karlkfi/intemp/v1.0.0/intemp.sh | bash -s -- -t 'kube-dns' "${bin}/deploy-dns.sh"
curl -o- https://raw.githubusercontent.com/karlkfi/intemp/v1.0.2/intemp.sh | bash -s -- -t 'kube-dns' "${bin}/deploy-dns.sh"
fi
if [ "${ENABLE_CLUSTER_UI}" == "true" ]; then