Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

miniziti on macOS and Windows gets connection refused #1327

Closed
qrkourier opened this issue Sep 7, 2023 · 3 comments
Closed

miniziti on macOS and Windows gets connection refused #1327

qrkourier opened this issue Sep 7, 2023 · 3 comments

Comments

@qrkourier
Copy link
Member

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.

@qrkourier
Copy link
Member Author

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.

@qrkourier
Copy link
Member Author

@sabedevops Please branch from this ref in miniziti's new home: #1324

@qrkourier qrkourier transferred this issue from openziti/ziti-doc Sep 21, 2023
@sabedevops sabedevops removed their assignment Jul 24, 2024
@qrkourier
Copy link
Member Author

miniziti.bash was improved to only restart the cluster if not ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants