mongo 5.0.8 crash - Unable to acquire security key[s] #538
linydquantil
started this conversation in
General
Replies: 3 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 |
0 replies
|
i change the file permission: --clusterAuthMode should be remove from yaml file |
0 replies
|
i am having same error, i did chmod 400 /path/to/keyFile — still having same issue. did you resolve this issue and how? |
0 replies
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.
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
All reactions