mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Set VAGRANT_CWD so commands work from anywhere
This commit is contained in:
parent
c5634e90ba
commit
611be41aa5
@ -40,6 +40,10 @@ function verify-prereqs {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Set VAGRANT_CWD to KUBE_ROOT so that we find the right Vagrantfile no
|
||||||
|
# matter what directory the tools are called from.
|
||||||
|
export VAGRANT_CWD="${KUBE_ROOT}"
|
||||||
|
|
||||||
export USING_KUBE_SCRIPTS=true
|
export USING_KUBE_SCRIPTS=true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user