Closed vramperez closed 5 days ago
Have the exact same problem. Have you been able to fix it ? @vramperez It appears to work only with mongodb 4.4.0. 6.0.5 and 7+ > all fail with same error.
I am able to run version 5.0.28 successfully. Its definitely not related to AVX also.
MongoDB Kubernetes Operator 0.10.0 works fine. The migration to UBI based images in 0.11.0 seems to be the problem. I am able to run MongoDB 6.0.16 with Operator 0.10.0.
No news from my side. Finally what I have done is to override the agent command in the chart to be able to pass the configuration as arguments to the agent directly. I don't like that solution, but for the time being, until it is fixed I have had to opt for this workaround.
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days.
This issue was closed because it became stale and did not receive further updates. If the issue is still affecting you, please re-open it, or file a fresh Issue with updated information.
What did you do to encounter the bug? deploy the community-operator chart with the following values:
and deploy a mongodb cluster with the following config:
What did you expect? I would expect the agent's log configuration to be applied
What happened instead? The specified configuration does not apply. For example, the log file remains the default one
/var/log/mongodb-mms-automation/automation-agent.log
, instead of the one specified/var/log/mongodb-mms-automation/automation-agent-test.log
Kubernetes Cluster Information
I'm probably setting something wrong, but I can't figure out what it is.
Thank you.