mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
don't unpack salt in tmpfs
This commit is contained in:
@@ -38,7 +38,7 @@ if [[ -z "$SERVER_BIN_TAR" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Create a temp dir for untaring
|
# Create a temp dir for untaring
|
||||||
KUBE_TEMP=$(mktemp -d -t kubernetes.XXXXXX)
|
KUBE_TEMP=$(mktemp --tmpdir=/srv -d -t kubernetes.XXXXXX)
|
||||||
trap 'rm -rf "${KUBE_TEMP}"' EXIT
|
trap 'rm -rf "${KUBE_TEMP}"' EXIT
|
||||||
|
|
||||||
# This file is meant to run on the master. It will install the salt configs
|
# This file is meant to run on the master. It will install the salt configs
|
||||||
|
Reference in New Issue
Block a user