We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The first time the ingress controller tries to start a tunnel that puts it over the tunnels/agent session limit, it gets this error:
Your account may not run more than <number> tunnels over a single ngrok agent session. ERR_NGROK_324
This flies by pretty quickly, and subsequent errors are just
2023-07-03T19:56:50Z ERROR controllers.tunnel Reconciler error {"reconcileID": "b77b8eb4-7232-41cb-891f-c4afb89e07e8", "error": "failed to start tunnel: EOF"}
Which is pretty unhelpful.
Might be nice if we detected that error, and stopped trying to start new tunnels/surfaced it repeatedly?
Try to start a few e2e fixtures on a free account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened
The first time the ingress controller tries to start a tunnel that puts it over the tunnels/agent session limit, it gets this error:
This flies by pretty quickly, and subsequent errors are just
Which is pretty unhelpful.
What you think should happen instead
Might be nice if we detected that error, and stopped trying to start new tunnels/surfaced it repeatedly?
How to reproduce
Try to start a few e2e fixtures on a free account.
The text was updated successfully, but these errors were encountered: