-
Notifications
You must be signed in to change notification settings - Fork 18
Use enterprise mongodb for enterprise search snippets #449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
MCK 1.3.1 Release Notes |
@@ -2,7 +2,7 @@ export K8S_CTX="<your kubernetes context here>" | |||
|
|||
export MDB_NS="mongodb" | |||
|
|||
export MDB_VERSION="8.0.10" | |||
export MDB_VERSION="8.0.10-ent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
external mongod snippets were setup for community, enterprise version would need extra steps.
Like extracting the keyfile separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will still use the MCO replica set controller so the keyfile and setParameter behavior will be the same, but it will force it to use the MongoDB Enterprise Server image instead of the Community one, so it should be fine.
Summary
In enterprise snippets we declare the mdb version as 8.0.10 without the
-ent
suffix.The agents then will download a community version of the mongodb, not the enterprise:
Proof of Work
Checklist
skip-changelog
label if not needed