Unable to deploy mongo 4.0 with unsafeConfigurations
Description
Environment
percona-server-mongodb-operator:1.9.0
Smart Checklist
Activity

Jira Bot November 25, 2021 at 10:57 PM
Hello ,
It's been 93 days since this issue went into Incomplete and we haven't heard
from you on this.
At this point, our policy is to Close this issue, to keep things from getting
too cluttered. If you have more information about this issue and wish to
reopen it, please reply with a comment containing "jira-bot=reopen".

Jira Bot November 17, 2021 at 9:57 PM
Hello ,
It's jira-bot again. Your bug report is important to us, but we haven't heard
from you since the previous notification. If we don't hear from you on
this in 7 days, the issue will be automatically closed.

Jira Bot September 23, 2021 at 11:57 AM
Hello ,
I'm jira-bot, Percona's automated helper script. Your bug report is important
to us but we've been unable to reproduce it, and asked you for more
information. If we haven't heard from you on this in 3 more weeks, the issue
will be automatically closed.

Sergey Pronin August 24, 2021 at 1:56 PM
Hello ,
I have tried to reproduce it with the following commands:
The cluster starts fine.
I also tried to use 1.9.0 branch and deploy the cluster manually - still works.
What are the exact commands that you execute?
Regarding SSL mode I think it is hard coded, but we have an issue on the way: https://jira.percona.com/browse/K8SPSMDB-515
Details
Assignee
UnassignedUnassignedReporter
Cyril MigeonCyril Migeon(Deactivated)Affects versions
Priority
Medium
Details
Details
Assignee
Reporter

Affects versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist
Open Smart Checklist
Smart Checklist

To allow ourselves less resources consumption in dev, we would like to have the size to 1 in that specific case. Having `allowUnsafeConfigurations=true` seems to be the way to go in that case.
However when deploying the last version of the helm chart available:
https://github.com/percona/percona-helm-charts/tree/main/charts/psmdb-db
with the following options:
All the mongod containers are crash looping with the error:
It seems that the argument
is missing.
But I didn't find any option to set it here: https://github.com/percona/percona-server-mongodb-operator/blob/main/deploy/cr.yaml
It also seem to be fixed depending of the allowUnsafeConfiguration flag here:
https://github.com/percona/percona-server-mongodb-operator/blob/main/pkg/psmdb/mongos.go#L243