Purpose of this repo is to share script that will deploy minikube with konveyor tackle (upstream) on top of it.
After deployment is done, you can access it by URL: http://192.168.49.2/
Script deployes environment and can be run as is out of the box. Additional tweaks can be done by providing respective system variables:
- MINIKUBE_DRIVER
Driver that will be used to run env, default value isdocker
. - MINIKUBE_MEMORY
Amount of RAM to be dedicated to minikube, default value is10g
(10GB) - FEATURE_AUTH_REQUIRED
Responsible for enabling UI auth, by default istrue
.