-
Notifications
You must be signed in to change notification settings - Fork 17
K8SPSMDB-1318 Documented concurrent reconciliation #258
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
base: main
Are you sure you want to change the base?
Conversation
new file: docs/reconciliation-concurrency.md modified: mkdocs-base.yml
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.
Pull Request Overview
This PR adds documentation for configuring concurrent reconciliation in the Percona Server for MongoDB Operator. The documentation explains how reconciliation works and provides instructions for setting the number of concurrent workers.
- Added comprehensive documentation on reconciliation concurrency concepts and configuration
- Updated navigation structure to include the new documentation in two locations
- Provided practical examples for checking and updating the MAX_CONCURRENT_RECONCILES environment variable
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
mkdocs-base.yml | Added navigation entries for the new reconciliation concurrency documentation |
docs/reconciliation-concurrency.md | Created new documentation explaining reconciliation concepts and configuration steps |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Disable TLS: tls-disable.md | ||
- "Data at rest encryption": encryption.md | ||
- "Telemetry": telemetry.md | ||
- reconciliation-concurrency.md |
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.
The navigation entry lacks a descriptive title. It should include a human-readable title like the other entries in this section, for example: - \"Configure concurrent reconciliation\": reconciliation-concurrency.md
- reconciliation-concurrency.md | |
- "Configure concurrent reconciliation": reconciliation-concurrency.md |
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
new file: docs/reconciliation-concurrency.md
modified: mkdocs-base.yml