You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when the minikube tunnel is still running from a prior miniziti cluster because minikube tunnel fails forever when the cluster disappears, and miniziti.bash only checks to see if it's running, not whether it's healthy.
An alternative is to start managing the minikube tunnel process inside miniziti.bash.
The text was updated successfully, but these errors were encountered:
This is a pain point on Linux too, for the record. It only seems to recur when resuming a miniziti instance. I'm guessing one additional status conditional is necessary, and managing the tunnel process makes a whole lot of sense, especially for macOS and Windows where there's always an extra step if the user doesn't happen to know that's necessary in advance.
This happens when the minikube tunnel is still running from a prior miniziti cluster because minikube tunnel fails forever when the cluster disappears, and miniziti.bash only checks to see if it's running, not whether it's healthy.
An alternative is to start managing the minikube tunnel process inside miniziti.bash.
The text was updated successfully, but these errors were encountered: