Ops Tools
-
14 votes
We are about to start working on signing our images with Docker content Trust.
-
Add Backup configuration to MongoDB Custom Resource
Allow configuration of backup settings in MongoDB Custom resource.
This includes management of backed up resources when updating, moving or deleting clusters10 votesWe are going to address this later in July-August.
When Backup configuration is straight forward, workflow around deleting or modifying it is a bit more complicated. We Would like to get it right. -
Use separate tls.crt and tls.key items in a kubernetes secret for certificates instead of a combined item named server.pem for a MondoDB rep
There should be a way to use separate
tls.crt
andtls.key
items in a kubernetes secret for certificates instead of a combined item namedserver.pem
.We request our certs using cert-manager which generates secrets from the cert CRD and will get auto renewed every so often. These secrets have 2 items,
tls.crt
andtls.key
.So far the only way I have seen to enable tls is to combine these 2 items and rename it into a new secret in kubernetes as item called
server.pem
. This however means that when a cert auto renews that the wrong secret…4 votesSupport for Cert Manager as well as support for separate crt and key is on a roadmap.
We will look into updating our docs to describe cert rotation. -
sharding
Should provide sharding feature in community Operator.
4 votes -
Support Helm Chart for operator
Provide Helm charts for MongoDB Enterprise operator
2 votes
- Don't see your idea?