-
Notifications
You must be signed in to change notification settings - Fork 883
Update to v2.8.0 breaks connection to coder #12057
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
Comments
Woah, this shouldn't be happening. If you rebuild the workspace does it work? |
I just restarted 2 workspaces. Both the same error. Let me try to create a new one from scratch to see if it work |
Is there any chance something with your infrastructure changed? Or are you confident it's on the Coder side? |
nothing has changed. Just updated helm charts to use newest tag |
Got it. We're working on this as a P1... will keep you posted. |
@MrPeacockNLB We just sent you an email if you want to set up a call to troubleshoot live |
That error comes from the websocket layer --- the limit seems to be fairly arbitrary, but set to that by default. I wonder if they have an unusually large startup script or something. |
yes, our startup script is huge as it takes all the logic. |
sadly I am unable to verify if a workspace with a small startup_script fixes the problem. This is a chicken egg problem as we were using a coder workspace to publish a new template version. |
Fixes #12057 and adds a regression test.
Fixes #12057 and adds a regression test.
We just released v2.8.1 with this fix! |
It is working again. Tested this just now. Thank you all Coder Team! This was a great support. Never seen this before. |
Description
After update to the latest release v2.8.0 suddenly the communication between workspace and coder instance is not possible.
There were a ton of yamux errors in workspace logs.
What was changed
We are using coder with external provisionerd in an Kubernetes setup. The only change was to raise both versions from v2.7.2 to v2.8.0
What is expected
A update without a breaking change should work
The text was updated successfully, but these errors were encountered: