mongo 5.0.8 crash - Unable to acquire security key[s] #538
Replies: 2 comments
-
It has an issue with the path You could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repos aren't really a user-help forum |
Beta Was this translation helpful? Give feedback.
-
i change the file permission:
--clusterAuthMode should be remove from yaml file |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
i deploy mongo rs on kubernetes. when the mongo image is 4.4.14, it works well, but when the image is 5.0.8, it crashs
this is the yaml file:
the crash mongod.log is

and the File Permissions(keyfile/tls) is:

on the other hand, When I replace args with command in yaml file, mongo 5.0.8 works well, the yaml file like this:
Maybe I am missing something here, So how to solve it ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions