Skip to content

feat(coderd/healthcheck): improve detection of STUN issues #12951

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

Merged
merged 13 commits into from
Apr 15, 2024

Conversation

johnstcn
Copy link
Member

@johnstcn johnstcn commented Apr 12, 2024

Fixes #12165

  • Adds checks to coderd/healthcheck/derphealth for STUN issues. For now, I'm just checking that there is at least one healthy STUN server, and that we don't see variable port mapping.
  • Support bundle command will now run a netcheck
  • Support bundle command now dumps any errors or warnings from deployment health to stderr. (Edit: this can be a separate PR)

@johnstcn johnstcn requested review from coadler and mtojek April 12, 2024 15:47
@johnstcn johnstcn self-assigned this Apr 12, 2024
Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High level/design review

@johnstcn johnstcn changed the title feat(support): attempt to auto-diagnose STUN issues feat(healthcheck): improve detection of STUN issues Apr 15, 2024
@johnstcn johnstcn changed the title feat(healthcheck): improve detection of STUN issues feat(coderd/healthcheck): improve detection of STUN issues Apr 15, 2024
@johnstcn johnstcn merged commit 9a4703a into main Apr 15, 2024
24 checks passed
@johnstcn johnstcn deleted the cj/stun-diagnose branch April 15, 2024 16:10
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support bundle: automatically diagnose STUN issues in network support bundle
2 participants