-
Notifications
You must be signed in to change notification settings - Fork 15
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
Have another look at OpenShift support #526
Comments
Regarding the possibility of setting custom uid/gid:
Regarding FF on OpenShift using Helm chart -I successfully installed the FlowFuse platform on an OpenShift 4.x cluster using the latest Helm chart version and the minimum configuration required. Minimum setup includes local postgres database. At this point, I do not see any issues between our chart/application and openshift. |
The best approach would be to add the required section under a key in the This is passed to the driver and can then be used when building the instance Deployment. One thing to keep in mind would be the Persistent storage addon to make sure any mounted filesystem has the right permissions for the passed in uid/gid. |
I think it would be useful to have a Install on OpenShift section on the website. Will need to document all the bits that may/may not work well and work arounds. |
@hardillb I've created dedicated task regarding documentation. Do we want to cover something else in this issue or can we close it? |
@ppawlowski closing, we can pick up the rest in the documentation and open new issues if needed for specific work |
Description
Also have another look at the postgresql chart to pick a version that will install on OpenShift
Allow default uid/gid to be supplied by the k8s rather than had coded 1000. This is for the forge, file-server and stack containers.
Requested By
The text was updated successfully, but these errors were encountered: