galexrt / k8s-vagrant-multi-node

A Kubernetes Vagrant Multi node environment using kubeadm.
https://k8s-vagrant-multi-node.galexrt.moe/
Apache License 2.0
166 stars 81 forks source link

Use /usr/bin/env bash in Makefile #85

Closed BlaineEXE closed 4 years ago

BlaineEXE commented 4 years ago

Do not force the use of /bin/bash for the Makefile. Instead look for the bash version used by the session. On MacOS, the system ships with a very old version of bash, and users often download a newer version that resides elsewhere on the system.

Signed-off-by: Blaine Gardner b.blaine.gardner@gmail.com