terraform-provider-minikube icon indicating copy to clipboard operation
terraform-provider-minikube copied to clipboard

Add wait for add_ons to become available

Open aliabbasjaffri opened this issue 4 months ago • 1 comments

Currently setting wait for add_ons for minikube cluster with docker driver is not working. I am setting the wait as wait = ["all", "apps_running"], however that does not work and other helm charts start getting applied to the cluster before waiting for add_ons to be installed, and failing, as add_ons are necessary to be available, such as ingress controller.

aliabbasjaffri avatar Oct 11 '24 22:10 aliabbasjaffri