Closed olberger closed 5 years ago
Whenever one didn't install minikube or kubectl on the PATH, the script fails.
This provides a way to make their location configurable via env vars / config file settings and fallback on the PATH if no envvar set.
Hope this helps
Also, make the list of pre-pulled images configurable too (latest commit)
Whenever one didn't install minikube or kubectl on the PATH, the script fails.
This provides a way to make their location configurable via env vars / config file settings and fallback on the PATH if no envvar set.
Hope this helps