[v/25.2] manage/k8s: document decommission timing (--decommission-wait-interval)#1764
[v/25.2] manage/k8s: document decommission timing (--decommission-wait-interval)#1764david-yu wants to merge 3 commits into
Conversation
…t-interval, RequeueAfter) Backport of #1761 to v/25.2. Adds the "Tune automatic decommission timing" section (--decommission-wait-interval for the Operator; decommissionRequeueTimeout and decommissionAfter for the Helm sidecar), a TIP cross-reference, and the shell-correct --set "additionalCmdFlags={...}" quoting. The Operator-example rewrite from #1761 is main-only and intentionally omitted: v/25.2's Operator example uses the version-appropriate brokerDecommissioner sidecar, so backporting that paragraph/callout would contradict the example. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The new Netlify build image (noble-new-builds) defaults to node 22 / npm 10.9.3 when no version is pinned, which fails `npm install` on this branch with `ERR_INVALID_ARG_TYPE: The "from" argument must be of type string. Received undefined`. This branch's deps install cleanly on node 20 (the version pinned in .github/workflows/test-docs.yml, where the Antora build passes) but not on node 22. This branch had no netlify.toml, so add a minimal one pinning node 20 and matching main's NODE_OPTIONS. Restores the broken Netlify preview build; no content changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Empty commit to re-run the Netlify deploy preview after the build cache was cleared. The node-20 pin is already in place; this forces a fresh dependency install (no poisoned node_modules cache). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Superseded by #1765. Recreated on a fresh branch so the Netlify preview builds from a clean dependency cache — this branch's preview cache was poisoned by the recent Netlify build-image upgrade ( |
Backport of #1761 to v/25.2.
Adds the "Tune automatic decommission timing" section to the Kubernetes decommission page:
--decommission-wait-interval(Operator, viaadditionalCmdFlags) — the Decommission controller's requeue interval (RequeueAfter).decommissionRequeueTimeout/decommissionAfter(Helm sidecar).--set "additionalCmdFlags={...}"quoting, and guidance for adjusting the intervals.Backport note
The Operator-example rewrite from #1761 (the "do not add
sideCars.brokerDecommissionerhere" paragraph +<1>callout) is main-only and intentionally omitted here: v/25.2's Operator example uses the version-appropriatebrokerDecommissionersidecar, so backporting that paragraph would contradict the example on this branch.Verified that all cross-references resolve on v/25.2:
<<decommission-timing>>,<<Automated>>, andreference:{cluster,tunable}-properties.adoc#...(the latter via the existingproperties/cluster-properties.adocpage-aliases, already used elsewhere on this branch).🤖 Generated with Claude Code