- Notifications
You must be signed in to change notification settings - Fork928
chore: update template examples and docs to install code-server under /tmp#6138
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mafredri left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Two (potential) issues with storing in/tmp
:
- It might be mounted
tmpfs
in which case it'll use up RAM - Could be mounted
noexec
which is a somewhat common security measure
Edit: Only meant this as a "to keep in mind", don't see it as a real blocker.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
👌🏻
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This PR updates the example templates to install code-server under /tmp using the standalone method, which should require no root privileges.
We found that the default Kubernetes template in OpenShift would fail to install code-server due to lack of sudo access.