K8SPS-730 Documented the support of dynamic options without pod restart - #242
Open
nastena1606 wants to merge 3 commits into
Open
K8SPS-730 Documented the support of dynamic options without pod restart#242nastena1606 wants to merge 3 commits into
nastena1606 wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
It introduces a broken release-notes link and contains a few objective documentation issues (grammar/terminology) that should be corrected before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates operator documentation to clarify how MySQL configuration changes are applied, including newly documented support for applying dynamic options without restarting Pods.
Changes:
- Documented Operator behavior for dynamic vs static MySQL variables, including when rolling restarts occur.
- Improved ConfigMap/Secret guidance to reflect automatic application behavior.
- Added a new “Dynamic configuration” section explaining how runtime updates are applied and what happens on failure.
File summaries
| File | Description |
|---|---|
| docs/options.md | Documents dynamic vs static option application behavior and updates ConfigMap/Secret guidance accordingly. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 4
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+44
to
48
| You can use a ConfigMap to pass configuration options. A ConfigMap allows | ||
| Kubernetes to pass or update configuration data inside a containerized | ||
| application. | ||
|
|
||
| Use the `kubectl` command to create the configmap from external |
| ``` | ||
| ## Dynamic configuration | ||
|
|
||
| !!! note "Version added: [1.3.0](ReleaseNotes/Kubernetes-Operator-for-PS-RN1.3.0.md)" |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
nastena1606
temporarily deployed
to
K8SPS-730-Doc-dynamic-config-support - k8sps-docs-preview PR #242
September 1, 2026 14:04 — with
Render
Destroyed
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
nastena1606
marked this pull request as ready for review
September 1, 2026 14:04
nastena1606
requested review from
DhruthiKV,
egegunes,
eleo007,
gkech,
hors,
jvpasinatto,
mayankshah1607,
nmarukovich,
pooknull and
valmiranogueira
as code owners
September 1, 2026 14:04
egegunes
approved these changes
Sep 2, 2026
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.
No description provided.