Andrey
My feedback
13 results found
-
3 votes
An error occurred while saving the comment -
39 votesAndrey shared this idea ·
-
9 votesAndrey shared this idea ·
-
7 votes
An error occurred while saving the comment Andrey commentedOne possible solution to use mongocli that can iterate over required projects and update Agent versions.
It may be easier/dafer to manage just selected groups rather than a total upgrade of all clusters.
-
2 votes
An error occurred while saving the comment Andrey commentedYou are bringing a good point and a use case.
We will expose deleteAfterDate in cli.
We will try to get it done in the next release -
5 votes
An error occurred while saving the comment Andrey commentedYou are absolutely right in your suggestions. this is already on our roadmap.
1. This is already implemented. You could mount a PV where installers could copy into for Ops Manager Local Mode. Here is an example https://github.com/mongodb/mongodb-enterprise-kubernetes/blob/master/samples/ops-manager/ops-manager-local-mode.yaml
Another example of more complete Ops Manager local mode configuration https://github.com/theburi/mongoDB-kubernetes-demo/blob/master/opsmanager/ops-manager.yaml
Note: OpsManager 4.4 could download tgz files from local S3/HTTP servers as well. (THis is going to be new Local Mode configuration option)
2. We are very close to providing and opening up Dockerfiles so you could build and use your own Database Docker images. We find every organization has different requirements for the base image and included libraries and providing universal image is impossible. However, we are working towards this goal. -
5 votes
An error occurred while saving the comment Andrey commentedWith Ops Manager 4.2 and MongoDB 4.2 Backup there is no need for more than 1 Backup Daemon (especially when K8S will proactively maintain
However, there are edge cases when this needs to happen. We are going to look into it. -
7 votes
An error occurred while saving the comment Andrey commentedWe now show namespace in Ops Manager.
Showing K8S resources is still under reviewAndrey shared this idea · -
4 votes
An error occurred while saving the comment Andrey commentedThank you for your feedback. This is certainly coming up when K8S cluster is not deployed across multiple availability zones.
We are planning to look into this area in the second part of this year.
You can deploy Ops Manager instances into different availability zones using K8S Policy
Andrey shared this idea · -
17 votes
An error occurred while saving the comment Andrey commentedyou can achive it with OpsManager configuration settings
mms.fromEmailAddr: "test@test.com"
mms.ignoreInitialUiSetup: "true"
mms.replyToEmailAddr: "test@test.com"
mms.adminEmailAddr: "test@test.com"
mms.mail.transport: "smtps"
mms.mail.hostname: "mail.example.com"
mms.mail.port: "465" -
8 votesAndrey shared this idea ·
-
9 votes
We have an example of a HELM chart that can deploy all resources.
We will be working on adding more refined charts
https://github.com/mongodb/mongodb-enterprise-kubernetes/tree/master/helm_chartAndrey supported this idea ·An error occurred while saving the comment Andrey commentedHelm charts help simplify the deployment of complex systems and would make it easier to deploy Operator.
-
2 votesAndrey supported this idea ·
Could this be achieved with "kubectl logs" from OM pod?