Hi, I am currently using the Percona MongoDB operator for Kubernetes and I can deploy the cluster successfully using the image image: perconalab/percona-server-mongodb-operator:main-mongod6.0
. I changed the image to image: mongo:6.0.14
and I get the Error,
exec numactl --interleave=all mongod --bind_ip_all --auth --dbpath=/data/db --port=27017 --replSet=rs0 --storageEngine=wiredTiger --relaxPermChecks --clusterAuthMode=x509 --enableEncryption --encryptionKeyFile=/etc/mongodb-encryption/encryption-key --wiredTigerIndexPrefixCompression=true --config=/etc/mongodb-config/mongod.conf --tlsMode requireTLS --tlsCertificateKeyFile /tmp/tls.pem --tlsAllowInvalidCertificates --tlsClusterFile /tmp/tls-internal.pem --tlsCAFile /etc/mongodb-ssl/ca.crt --tlsClusterCAFile /etc/mongodb-ssl-internal/ca.crt
Error parsing command line: unrecognised option '--relaxPermChecks'
MongoDB official containers are not supported with the Operator?
Thanks and Regards,
A