-
Notifications
You must be signed in to change notification settings - Fork 5.9k
update image tag to v2 in yaml #1034
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get the point of this PR. If this was having problems with deploying you may not have exposed the port properly. We use 8080 by default. This will not work.
So can you deploy code-server in your k8s environment with the default yaml? I have tried it and it failed. |
Error:
Then check about the logs of code-server pod: ➜ examples git:(master) ✗ kg po -n code-server
NAME READY STATUS RESTARTS AGE
code-server-79dccb9f86-l96m7 1/1 Running 0 92s
➜ examples git:(master) ✗ klo code-server-79dccb9f86-l96m7 -n code-server
(node:6) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
INFO code-server v1.1156-vsc1.33.1
INFO Additional documentation: http://github.com/cdr/code-server
INFO Initializing {"data-dir":"/home/coder/.local/share/code-server","extensions-dir":"/home/coder/.local/share/code-server/extensions","working-dir":"/home/coder/project","log-dir":"/home/coder/.cache/code-server/logs/20190927031909135"}
INFO Starting shared process [1/5]...
INFO Starting webserver... {"host":"0.0.0.0","port":8443}
WARN No certificate specified. This could be insecure.
WARN Documentation on securing your setup: https://github.com/cdr/code-server/blob/master/doc/security/ssl.md
INFO
INFO Password: e712bb1d04007e245a645bdd
INFO
INFO Started (click the link below to open):
INFO https://localhost:8443/
INFO
WARN stderr {"data":"(node:19) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.\n"}
INFO Connected to shared process Code-server is running in 8443 instead of 8080 |
Unfortunately, it seems that |
OK. So I will update the tag in this PR. |
Signed-off-by: yeya24 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is it chief
Signed-off-by: yeya24 [email protected]
Describe in detail the problem you had and how this PR fixes it
Update image tag to v2
Is there an open issue you can link to?