[v/25.2] manage/k8s: document decommission timing (--decommission-wait-interval)#1765
[v/25.2] manage/k8s: document decommission timing (--decommission-wait-interval)#1765david-yu wants to merge 1 commit into
Conversation
❌ Deploy Preview for redpanda-docs-preview failed. Why did it fail? →
|
|
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 |
9e36b4e to
84342d3
Compare
|
@david-yu — found why your v/25.2 PRs (#1765, #1767) won't build, and it's not your content. v/25.2's playbook was left pointing at the old Fix is up: #1768 (3-line playbook patch on v/25.2). Once #1768 merges, please rebase #1765 and #1767 on the updated v/25.2 (or re-trigger the deploy) so the previews pick up the corrected playbook. One more thing when you do: don't trust a green Netlify SUCCESS — grep the deploy log for |
bde2046 to
0f21f81
Compare
…l) [v/25.2 backport] Backport of #1761 to v/25.2. Adds the "Tune automatic decommission timing" section: --decommission-wait-interval (Operator, via additionalCmdFlags), decommissionRequeueTimeout / decommissionAfter (Helm sidecar), a TIP cross-reference, and shell-correct --set "additionalCmdFlags={...}" quoting. Omits the main-only Operator-example rewrite, since v/25.2's example uses the version-appropriate brokerDecommissioner sidecar. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0f21f81 to
83256e7
Compare
Backport of #1761 to v/25.2. Supersedes #1764 (closed) — recreated on a fresh branch so the Netlify preview builds from a clean dependency cache (the old branch's preview cache was poisoned by the recent Netlify build-image upgrade and kept failing
npm installeven after the node pin).Content
Adds the "Tune automatic decommission timing" section to the Kubernetes decommission page:
--decommission-wait-interval(Operator, viaadditionalCmdFlags),decommissionRequeueTimeout/decommissionAfter(Helm sidecar), a TIP cross-reference, and shell-correct--set "additionalCmdFlags={...}"quoting.The main-only Operator-example rewrite from #1761 (the "do not add
sideCars.brokerDecommissionerhere" paragraph +<1>callout) is intentionally omitted: v/25.2's Operator example uses the version-appropriatebrokerDecommissionersidecar.Also includes a build fix
netlify.tomlis added pinningNODE_VERSION = "20"(matching.github/workflows/test-docs.yml). Without it, the new Netlify image defaults to node 22 / npm 10.9.3, which failsnpm installon this branch's deps. This mirrors the fix already merged-ready on the v/25.3 backport (#1763).🤖 Generated with Claude Code