Search: support multiple mongots#817
Draft
lsierant wants to merge 23 commits intosearch/sharded-clusterfrom
Draft
Search: support multiple mongots#817lsierant wants to merge 23 commits intosearch/sharded-clusterfrom
lsierant wants to merge 23 commits intosearch/sharded-clusterfrom
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a917d32 to
915b024
Compare
28b7edd to
ceaced6
Compare
This was referenced Feb 20, 2026
f449329 to
29a42da
Compare
4ae9bfc to
2cedafd
Compare
Closed
2cedafd to
f89d675
Compare
d6cbc89 to
6fa138b
Compare
f89d675 to
f599344
Compare
f599344 to
b823e40
Compare
fd1daca to
a624e47
Compare
This was referenced Feb 25, 2026
a624e47 to
7a13d97
Compare
77d6c13 to
b292b51
Compare
3 tasks
lsierant
added a commit
that referenced
this pull request
Mar 3, 2026
<!-- start git-machete generated --> # Based on PR #817 ## Chain of upstream PRs as of 2026-03-03 * PR #806: `master` ← `search/base` * PR #816: `search/base` ← `search/sharded-cluster` * PR #817: `search/sharded-cluster` ← `search/multiple-mongot` * **PR #853 (THIS ONE)**: `search/multiple-mongot` ← `search/lsierant/revert-rs-cluster-index` <!-- end git-machete generated -->
4c82ef8 to
f36f5bb
Compare
lsierant
added a commit
that referenced
this pull request
Mar 3, 2026
<!-- start git-machete generated --> # Based on PR #817 ## Chain of upstream PRs as of 2026-03-03 * PR #806: `master` ← `search/base` * PR #816: `search/base` ← `search/sharded-cluster` * PR #817: `search/sharded-cluster` ← `search/multiple-mongot` * **PR #853 (THIS ONE)**: `search/multiple-mongot` ← `search/lsierant/revert-rs-cluster-index` <!-- end git-machete generated -->
21e7c0a to
70b4fe1
Compare
Collaborator
There was a problem hiding this comment.
@Julien-Ben Some of the things from the test file can be improved now that we have extracted some of the code.
f36f5bb to
f36ca1e
Compare
# Conflicts: # controllers/operator/mongodbshardedcluster_controller.go # controllers/searchcontroller/enterprise_search_source_test.go
Fixes to search with multiple-mongot # Conflicts: # controllers/searchcontroller/mongodbsearch_reconcile_helper.go
- Fix try_load() by removing the FIXME early-return that was causing get_ops_manager() to return unloaded resources (empty status), resulting in empty baseUrl in OpsManager connection ConfigMaps on om80 variant - Fix endpoint template in search-sharded-external-lb.yaml - Fix username mismatch in enterprise_tls sample_movies_helper - Fix CRD field name sharded→shardedCluster in sharded_enterprise_external_mongod - Fix CA configmap and mongodbResourceRef overrides in sharded_enterprise_managed_lb - Fix username mismatches in sharded_external_mongod_single_mongot
<!-- start git-machete generated --> # Based on PR #817 ## Chain of upstream PRs as of 2026-03-03 * PR #806: `master` ← `search/base` * PR #816: `search/base` ← `search/sharded-cluster` * PR #817: `search/sharded-cluster` ← `search/multiple-mongot` * **PR #853 (THIS ONE)**: `search/multiple-mongot` ← `search/lsierant/revert-rs-cluster-index` <!-- end git-machete generated -->
…ss tests (#863) # Summary <!-- Enter your PR summary here. Try to emphasize on WHY this change is needed, followed by what's being done in the PR. --> ## Proof of Work <!-- Enter your proof that it works here.--> ## Checklist - [ ] Have you linked a jira ticket and/or is the ticket in the title? - [ ] Have you checked whether your jira ticket required DOCSP changes? - [ ] Have you added changelog file? - use `skip-changelog` label if not needed - refer to [Changelog files and Release Notes](https://github.com/mongodb/mongodb-kubernetes/blob/master/CONTRIBUTING.md#changelog-files-and-release-notes) section in CONTRIBUTING.md for more details
# Summary Improve managed Envoy proxy: replace custom config types with go-control-plane, support external mongod sources, and add CRD configurability Replace hand-rolled Envoy config structs with the official envoyproxy/go-control-plane protobuf types for type-safe JSON config generation Refactor the Envoy controller to share database source resolution with the main search controller via getSearchSource, enabling managed LB support for external mongod sharded sources. Add CRD fields for Envoy image and resource requirements overrides, proper security contexts, and a new e2e test for sharded enterprise with external mongod managed LB.
5ba63f4 to
32a6973
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Based on PR #816
Chain of upstream PRs as of 2026-03-03
PR Search Sharded+LoadBalancing: base feature branch #806:
master←search/basePR Search: sharded cluster operator support #816:
search/base←search/sharded-clustersearch/sharded-cluster←search/multiple-mongotSummary
Proof of Work
Checklist
skip-changeloglabel if not needed