mirror of https://github.com/k3s-io/k3s
Use intemp v1.0.2 that doesn't require TMPDIR
parent
1a6509083f
commit
3d96de594c
|
@ -37,7 +37,7 @@ bin="$(cd "$(dirname "${BASH_SOURCE}")" && pwd -P)"
|
||||||
if [ "${ENABLE_CLUSTER_DNS}" == "true" ]; then
|
if [ "${ENABLE_CLUSTER_DNS}" == "true" ]; then
|
||||||
echo "Deploying DNS Addon" 1>&2
|
echo "Deploying DNS Addon" 1>&2
|
||||||
#TODO: curling to get a script to make a tempdir is a bit overkill...
|
#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
|
fi
|
||||||
|
|
||||||
if [ "${ENABLE_CLUSTER_UI}" == "true" ]; then
|
if [ "${ENABLE_CLUSTER_UI}" == "true" ]; then
|
||||||
|
|
Loading…
Reference in New Issue