Full deployment on OpenShift #520
jennydaman
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used khris-helm version 1.0.1 to deploy CUBE on OpenShift, and connected it to pfcon which is also on OpenShift which was previously deployed.
For the new CUBE and ChRIS_ui, I used our
bu-chris-fall2022
project on MOC OpenShift because it had more of its quota available. pfcon is under thechris-public
project.It took one small fix then everything worked seamlessly.
Steps
alpine
container to find out the UID of our OpenShift project:uid=1001090000(1001090000) gid=0(root) groups=0(root),1001090000
ChRIS_ultron_backEnd
to support the UID:oc new-build https://github.com/FNNDSC/ChRIS_ultron_backEnd --build-arg=UID=1001090000 --name=cube
helm repo add fnndsc-khris https://fnndsc.github.io/khris-helm
values.yaml
helm install -n bu-chris-fall2022 -f values.yaml khris fnndsc-khris/chris-cube
Beta Was this translation helpful? Give feedback.
All reactions