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

Error reporting after hitting the tunnels/session limit is lacking #268

Open
jrobsonchase opened this issue Jul 3, 2023 · 0 comments
Open
Labels
area/controller Issues dealing with the controller bug Something isn't working priority/low

Comments

@jrobsonchase
Copy link
Collaborator

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:

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.

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.

@jrobsonchase jrobsonchase added bug Something isn't working area/controller Issues dealing with the controller needs-triage Issues that need triage labels Jul 3, 2023
@alex-bezek alex-bezek added priority/low and removed needs-triage Issues that need triage labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller bug Something isn't working priority/low
Projects
None yet
Development

No branches or pull requests

2 participants