Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Kubernetes

Showing 30

Add option to disable Search Nodes reconciliation in AKO

We are using the Atlas Kubernetes Operator (v2.8.2) to manage Atlas deployments and use dedicated Search Nodes. We would like to use the Atlas Admin API to scale up larger search nodes then scale back down after our daily processing window, but t...
Travis Newport about 1 month ago in Kubernetes 0 Submitted

If vaultSecretBackend enabled, Allow specifying vault role names

When we enable vaultSecretBackend, it creates default vault roles which are hardcoded in the vault package here https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg/vault/vault.go#L36-L38 mongodbenterprisedatabase mongodbenterpriseopsma...
Guest 5 months ago in Kubernetes 0 Submitted

Improve Enterprise Kubernetes Operator PVC expansion

The enterprise operator should be capable of performing all the steps necessary to increase the PVC after the end-user has adjusted the storage values within the MongoDB custom resource. Reference: https://www.mongodb.com/docs/kubernetes-operator...
Guest almost 2 years ago in Kubernetes 0 Submitted

If vaultSecretBackend is enabled, allow specifying the kv mount

When enabling `vaultSecretBackend`, there is no option to specify the path/name of the kv engine to use within the specified vault namespace (it is hardcoded to `secret`). For example: https://github.com/mongodb/mongodb-kubernetes/blob/master/pkg...
Guest 6 months ago in Kubernetes 0 Submitted

Add specific label to Arbiter deployment to distinguish it label-wise

As per https://github.com/mongodb/mongodb-kubernetes-operator/issues/1442 we would like to request to either and/or: a) have the operator add a new label to replica and arbiter statefulset deployments to distinguish them from each other b) have t...
Guest over 1 year ago in Kubernetes 1 Submitted

monitoring opt

Allow to configure startupOptions for monitoring/backup agent logs in yaml for deployments. Similar as we have for AppDB - spec.applicationDatabase.monitoringAgent.startupOptions
Guest about 2 years ago in Kubernetes 1 Submitted

allow to configure startupOptions for monitoring/backup agent logs

Allow to configure startupOptions for monitoring/backup agent logs in yaml for deployments. Similar as we have for AppDB - spec.applicationDatabase.monitoringAgent.startupOptions
Guest about 2 years ago in Kubernetes 0 Submitted

Add CRD for Trigger Functions.

We would like to create a Scheduled Trigger Function for a federated database instance, and currently the Operator does not support this resouce. Do you have any future plans to support Trigger Functions with the Atlas Kubernetes Operator? Or is t...
Guest 7 months ago in Kubernetes 0 Submitted

Add imagePullPolicy to the CRD

I want to set imagePullPolicy for every container created with the Mongo DB Commnunity Operator.
Guest 8 months ago in Kubernetes 0 Submitted

Operator opsManager.configMapRef as a secret

currently inside the mongodb Operator custom resource `MongoDB`, a configMap stores the orgId. e.g. ``` apiVersion: mongodb.com/v1 kind: MongoDB metadata: name: my-mongodb spec: ... opsManager: configMapRef: name: my-mongodb-ops-manager-diga-...
Guest 11 months ago in Kubernetes 0 Submitted