You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mounted secret permissions are 400 and cant be read by the nobody user running the newer mongodb image - this can be resolved by changing the secrets to defaultMode: 0444.
The pod command uses cat to combine the certs and place them in /, however, the user can't write to /, changing to a writable dir such as /tmp fixes this
The mongorestore command flag --host should be rs0/mongodb:$MONGODB_SERVICE_PORT, otherwise you receive an error Failed: no reachable servers
The text was updated successfully, but these errors were encountered:
This applies to both icp-mongodb-mongodump-job.yaml and icp-mongodb-mongorestore-job.yaml .
Mounted secret permissions are 400 and cant be read by the
nobody
user running the newer mongodb image - this can be resolved by changing the secrets todefaultMode: 0444
.The pod command uses
cat
to combine the certs and place them in/
, however, the user can't write to/
, changing to a writable dir such as/tmp
fixes thisThe
mongorestore
command flag--host
should bers0/mongodb:$MONGODB_SERVICE_PORT
, otherwise you receive an errorFailed: no reachable servers
The text was updated successfully, but these errors were encountered: