Oobeya Installation Tutorial (OpenShift)
Install Oobeya On-Premise Edition Using Openshift.
Warning: the setup in this document is possible with Storage Class.
The oobeya-ui service and its init containers must be run using a dedicated Service Account within the OpenShift environment due to their operational requirements. The necessary security permissions must be assigned to this Service Account. These elevated permissions are restricted solely to the required components, while all other pods continue to operate under the default security policies.
Installation Steps
Please switch to the oobeya project.
If it doesn't exist, please create a namespace for Oobeya.
$ oc create namespace oobeyaRequest a token from the Oobeya team for registry access.
$ oc secret docker-registry oobeya-secret \
--docker-server=https://oobeya.azurecr.io \
--docker-username=(Credentials-Name) \
--docker-password=(Your-Credentials) --namespace=oobeyaYou can download the Manifest files.
$ wget https://oobeya-app.s3.us-east-1.amazonaws.com/oobeya-oc-install.tar$ tar -xvf oobeya-oc-install.tar && cd oobeyaConfiguration
PVCs are given in
oobeya-mongo.ymlEnter the StorageClass name.To access Oobeya from the browser, you need to add the domain name or machine IP to the configuration.
Please edit this:
dashboard-configmap
gateway-configmap
Deployment
You can run this command.
By default, Oobeya broadcasts on port 80.
When all services are '1/1 Running,' you can access Oobeya through your browser at 'http://your-IP-or-Domain'.
Last updated
Was this helpful?