mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Merge pull request #5856 from marshauf/master
Use VBoxManage instead of virtualbox in cluster/vagrant/util.sh
This commit is contained in:
commit
dabd4984b7
@ -33,7 +33,7 @@ function detect-minions {
|
|||||||
# Verify prereqs on host machine Also sets exports USING_KUBE_SCRIPTS=true so
|
# Verify prereqs on host machine Also sets exports USING_KUBE_SCRIPTS=true so
|
||||||
# that our Vagrantfile doesn't error out.
|
# that our Vagrantfile doesn't error out.
|
||||||
function verify-prereqs {
|
function verify-prereqs {
|
||||||
for x in vagrant virtualbox; do
|
for x in vagrant VBoxManage; do
|
||||||
if ! which "$x" >/dev/null; then
|
if ! which "$x" >/dev/null; then
|
||||||
echo "Can't find $x in PATH, please fix and retry."
|
echo "Can't find $x in PATH, please fix and retry."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user