-
Notifications
You must be signed in to change notification settings - Fork 889
feat: make ServerTailnet set peers lost when it reconnects to the coordinator #11682
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 18, 2024
This was referenced Jan 18, 2024
caedbc8
to
951f803
Compare
26cef57
to
fc29043
Compare
951f803
to
771cdf1
Compare
fc29043
to
c7f73d4
Compare
771cdf1
to
2d92458
Compare
c7f73d4
to
135bd48
Compare
2d92458
to
9c1f310
Compare
135bd48
to
ecef2a9
Compare
9c1f310
to
53b97df
Compare
ecef2a9
to
0b0b1a4
Compare
53b97df
to
9cf8f03
Compare
0b0b1a4
to
7a301f1
Compare
66da7c6
to
62e95de
Compare
coadler
approved these changes
Jan 23, 2024
62e95de
to
5695841
Compare
Merge activity
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support to
ServerTailnet
to set all peers lost before attempting to reconnect to the coordinator. In practice, this only really affectswsproxy
since coderd has a local connection to the coordinator that only goes down if we're shutting down or change licenses.