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

Update Tunnel CRD status with information about active tunnels #98

Open
alex-bezek opened this issue Jan 6, 2023 · 0 comments
Open
Labels
enhancement New feature or request priority/low

Comments

@alex-bezek
Copy link
Collaborator

alex-bezek commented Jan 6, 2023

Description

Today, the tunnel controller watches but does not "manage" the tunnel CRD meaning it doesn't do any updates to its status or finalizers. Each controller watches tunnels and creates tunnels via ngrok-go. Ideally, those active tunnels are visible somewhere such as on the tunnel status.

We can't easily do this today though as only 1 leader elected controller can be managing the status.

Use Case

This would give necessary insight into the status of your tunnels for debugging and troubleshooting purposes. This way when you do something like
kubectl get tunnels you would get an output thats like 3/3 showing the pods that have active tunnels.

Related issues

No response

@alex-bezek alex-bezek added enhancement New feature or request needs-triage Issues that need triage and removed needs-triage Issues that need triage labels Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/low
Projects
None yet
Development

No branches or pull requests

1 participant