Currently there is a setup-minikube script that spins up minikube, builds console and stores images for running the STs in local registry (this however due to macos minikube VM needs - works mostly on linux). There is also a PR for creating kind cluster, minikube cluster that targets working on both linux and macos.
Purpose of this issue is to expand this existing setup, or rather split the parts of the setup-minikube script into :
create-cluster | setup registry | build console | load/push images.
This allows users to effortlessly run a few scripts, providing them their selected type of kubernetes cluster with selected engine and it does not require them to build/push any images with their modified code into remote registries.
Currently there is a setup-minikube script that spins up minikube, builds console and stores images for running the STs in local registry (this however due to macos minikube VM needs - works mostly on linux). There is also a PR for creating kind cluster, minikube cluster that targets working on both linux and macos.
Purpose of this issue is to expand this existing setup, or rather split the parts of the setup-minikube script into :
create-cluster | setup registry | build console | load/push images.This allows users to effortlessly run a few scripts, providing them their selected type of kubernetes cluster with selected engine and it does not require them to build/push any images with their modified code into remote registries.