-
Notifications
You must be signed in to change notification settings - Fork 5.9k
3.9.2 not working with code-server running in Kubernetes via Helm #3004
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
@nodesocket do you mind providing the following information so I can update the issue? ## OS/Web Information
- Web Browser: Chrome 89.0.4389.90/Firefox 87.0
- Local OS:
- Remote OS:
- Remote Architecture:
- `code-server --version`:
## Steps to Reproduce
1.
2.
3. |
OS/Web Information
Steps to Reproduce
|
@bpmct I know you're a Kubernetes guru so if you have any interest in helping with this one, let us know! |
@nodesocket are you using the helm chart? |
@bpmct correct, using https://github.com/cdr/code-server/tree/main/ci/helm-chart. I think the problem is not related to Kubernetes, Helm, or Docker, but the |
@bpmct I just started from scratch.
And re-installed (after confirming it freshly created a new volume). To my surprise, I am having the same exact error and issue as above. I think something is actually broken in the Logs from the pod:
|
if you change the image to 3.9.1 in the helm chart do you still run into these issues? |
I have the same issue with 3.9.2. I can't downgrade to 3.9.1 because is not available on homebrew. |
@yamajik you can uninstall with homebrew: brew uninstall code-server and reinstall with yarn/npm: yarn global add [email protected]
npm i -g [email protected] |
@bpmct just upgrade my Helm chart to use |
Awesome! Thanks for checking and letting us know. Going to close this for now. Feel free to open a new issue or post in the v3.9.3 Discussion if you see anything funky. |
Reporting on behalf of @nodesocket
OS/Web Information
code-server --version
: 3.9.2Steps to Reproduce
WebSocket close with status code 1006
Expected
code-server
3.9.2
should workActual
Screenshot
Related
This issue can be reproduced in VS Code: Yes/No
The text was updated successfully, but these errors were encountered: