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 72 of 3927

Distributed user and database management with kubernetes operator

What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. We are working on an edge environment with limited connectivity. So we actually cannot manage it directly. But we want to ...
Alexandre Plaitant about 1 month ago in Kubernetes 1 Will Not Implement

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 2 months 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 6 months 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 7 months 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 8 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 9 months ago in Kubernetes 0 Submitted

Separeted mongod and mongodb agent in Kubernetes Operator container

Now both mongod and agent Ops Manager are running in the mongodb-enterprise-database container. Sometimes it becomes necessary to restart the agent separately from the mongodb instance. Now this is impossible to do because systemd does not work in...
Guest 9 months ago in Kubernetes 0 Planned

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 about 1 year ago in Kubernetes 0 Submitted

Authentication mode MONGODB-OIDC

Support for authentication: MONGODB-OIDC security: authentication: enabled: true modes: - "MONGODB-OIDC" currently we get the following error wir kuberntes operator 1.26.0, OpsManager 7.0.7 and RS 7.0.11: Unsupported value: "MONGODB-OIDC"
Guest over 1 year ago in Kubernetes 8 Started

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