All Questions
195 questions
1
vote
0
answers
30
views
OpenShift Deployment of database without creating a DeploymentConfig resource
Overview
For years I have used OpenShift oc CLI commands to deploy databases within OpenShift. The problem with this approach is that it creates a DeploymentConfig resource (which is deprecated as of ...
0
votes
1
answer
729
views
MongoDB 7.02 starts without replicaset while has Readiness Probe in Openshift 3.11
I'm trying to add Liveness and Readiness Probe to my MongoDB in Openshift. Without these parameters Mongo can be deployed perfectly every single time. I had to create single node replica set as my ...
0
votes
0
answers
392
views
MongoDB replicaset unable to read ssl/tls error - Mongodb enterprise operator in kubernetes
I'm using MongoDB enterprise operator.
Created mongodb opsmanager.
Created MongoDB Resource with Mongodb CRD. Given below
apiVersion: mongodb.com/v1
kind: MongoDB
metadata:
name: mongo-dev
...
0
votes
1
answer
216
views
cant find mongo in database addition redhat openshift
I'm a newbie trying to set up a mongo image on openshift sandbox, I saw others do it on YouTube with no problem, but for some reason I cant seem to find the mongo image
I pressed on "Add+" ...
3
votes
1
answer
5k
views
readiness probe with command running scripts readiness-probe.sh failed on openshift by Mongodb Helm Chart bitnami
by Deploying the Mongodb Helm Chart of Bitnami to openshift, i got the Error "Readiness Probe failed"
the Health Check setting for Readiness and liveness Probe is looking like this
...
1
vote
0
answers
252
views
How to connect a remote server to mongodb pod in open shift cluster using oc cli commands
I have a mongodb pod running in open shift cluster.
I want to connect to that mongodb from a remote server machine using oc cli command.
How can I do that
I searched over the net and found concept of ...
2
votes
1
answer
3k
views
Readiness probe failes because mongosh --eval freezes
I installed the latest bitnami/mongodb chart for a standalone architecture.
The Readiness and Liveness-probes are failing because the statement
mongosh --eval "db.adminCommand('ping')"
does ...
3
votes
0
answers
5k
views
Why is Mongo unable to use my keyfile to set up Replicaset authentication?
I am attempting to enable authentication on a MongoDB Replicaset running on an Openshift Cluster. As far as the documentation is concerned my setup should be okay, but I am getting the following error:...
0
votes
1
answer
1k
views
How to create the Keystore and trustore jks based on server.pem and certificate.cer format in OpenshiftContainer
I have server.pem and certificate.cer files to connect to MongoDB database in openshift container.
Tried with the below command to convert the server.pem to MongoDB.PKCS12 format and to create the ...
0
votes
0
answers
205
views
MongoDB Agent Openshift Issue
We deployed MongoDB Kubernetes Operator and the opsmanager on openshift 4.7 and they are working fine but once we are trying to deploy the mongoDB pod we are getting below error
{“logType”:“agent-...
1
vote
0
answers
235
views
Restoring mongodb from archived dumb on S3 server
I'm having a mongodb deployed on openshift, I want to restore the data from S3 bucket, is there a way to do this directly or I need to download the data from S3 first and then run mongorestore command?...
1
vote
1
answer
595
views
MongDB failed to start on OpenShift v3.11 because of failing to read WiredTiger.wt even though the file can be read from Terminal
I have a MongoDB StatefulSet running on OpenShift v3.11. The PersistentVolume is using NFSv4.
On our environment, I set up so that the directory in the NFS server are owned by nfsnobody:nfsnobody. ...
5
votes
0
answers
2k
views
Unable to deploy mongodb community operator in openshift
I'm trying to deploy the mongodb community operator in openshift 3.11, using the following commands:
git clone https://github.com/mongodb/mongodb-kubernetes-operator.git
cd mongodb-kubernetes-operator ...
0
votes
2
answers
1k
views
mongodb operator deployment in openshift "Failed to apply default image tag "/:4.2.6" invalid reference format"
Im referring to mongodb community operator from https://github.com/mongodb/mongodb-kubernetes-operator and trying to deploy it in openshift or okd
git clone https://github.com/mongodb/mongodb-...
0
votes
1
answer
172
views
Openshift Pod Storage Mongodb - Download the volume
I'm new in Openshift and I have a Pod with a mongodb inside and a Volume which is the mongo's dbpath.
Now for a reason that I don't understand my pod is not working anymore and the only message that I ...