I believe minikube profiles can be configured for the start/stop operations via the flags parameter. I did not notice something similar for the getDockerEnv operation.
The use case for this would be separate development environments for each project, e.g. minikube profiles dev.product1 and dev.product2 would correspond to products product1 and product2 respectively.
I believe minikube profiles can be configured for the
start/stop
operations via theflags
parameter. I did not notice something similar for thegetDockerEnv
operation.The use case for this would be separate development environments for each project, e.g. minikube profiles
dev.product1
anddev.product2
would correspond to productsproduct1
andproduct2
respectively.