You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only the mongo-init initContainer is run.
In order to tune mongodb a bit further I think It'd be good to have a way to configure extra initContainers and their securityContext.
Proposal
Currently, only the
mongo-init
initContainer is run.In order to tune mongodb a bit further I think It'd be good to have a way to configure extra
initContainers
and theirsecurityContext
.Use-Case
I would like to be able to modify the
tcp_keepalive
of my service. In order to do so, I need to spawn a privilegedinitContainer
changing this configuration. See https://www.mongodb.com/docs/kubernetes-operator/v1.25/tutorial/modify-resource-image/#tune-mongodb-kubernetes-resource-docker-images-with-an-initcontainerIs this a feature you are interested in implementing yourself?
Maybe
Anything else?
No response
The text was updated successfully, but these errors were encountered: