-
Notifications
You must be signed in to change notification settings - Fork 886
docs: add openshift install #6165
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.
It's looking great so far! I had some questions, but mostly curious. Don't consider any of them blocking.
I agree we should provide a sample buildConfig so that folks can create workspace in OpenShift.
Update securityContext: set project-specific uid/gid, set readOnlyRootFilesystem=false
OpenShift may set low limits/requests which makes code-server and other apps fail. We should look into this! |
This Pull Request is becoming stale. In order to minimize WIP, prevent merge conflicts and keep the tracker readable, I'm going close to this PR in 3 days if there isn't more activity. |
initial draft that outlines the steps (and quirks) of deploying Coder on OpenShift.
I think we should add a brief section at the bottom for using the
BuildConfig
to build images that are compliant with SCC UID restrictions. we could also show how those images can be referenced in a terraform template.please add/clarify anything I missed.
fixes #4646