Updated minikube post command

This commit is contained in:
Brian Zalewski 2023-11-27 12:07:42 +00:00
parent 22647140ba
commit 4b1ab73099

View file

@ -939,7 +939,7 @@ softwarePackages:
_github: https://github.com/AstroNvim/AstroNvim _github: https://github.com/AstroNvim/AstroNvim
_home: https://astronvim.github.io/ _home: https://astronvim.github.io/
_name: AstroNvim _name: AstroNvim
_post: nvim --headless -c 'quitall' _post: bash -ci "nvim --headless -c 'quitall'"
dockutil: dockutil:
_bin: dockutil _bin: dockutil
_github: https://github.com/kcrawford/dockutil _github: https://github.com/kcrawford/dockutil
@ -5806,7 +5806,9 @@ softwarePackages:
_github: https://github.com/kubernetes/minikube _github: https://github.com/kubernetes/minikube
_home: null _home: null
_name: minikube _name: minikube
_post: minikube config set driver virtualbox # TODO - Prefer HyperV on Windows https://minikube.sigs.k8s.io/docs/drivers/hyperv/
# TODO - Prefer HyperKit on macOS https://minikube.sigs.k8s.io/docs/drivers/hyperkit/
_post: if command -v docker > /dev/null; then minikube config set driver docker; elif command -v VBoxManage > /dev/null; then minikube config set driver virtualbox; fi
_todo: A full installation of Xcode.app 9.0 is required. Also, hyperkit x86_64 architecture is required for this software. So automate install of Xcode.app 9.0 and add check for x86_64 prior to installing this _todo: A full installation of Xcode.app 9.0 is required. Also, hyperkit x86_64 architecture is required for this software. So automate install of Xcode.app 9.0 and add check for x86_64 prior to installing this
brew: minikube brew: minikube
brew:darwin: brew:darwin: