nre-learning / antidote-selfmedicate

Configs and scripts for spinning up a local instance of Antidote on your laptop for testing and lesson development
Apache License 2.0
12 stars 19 forks source link

Make minikube and kubectl paths configurable via env vars #27

Closed olberger closed 5 years ago

olberger commented 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

olberger commented 5 years ago

Also, make the list of pre-pulled images configurable too (latest commit)