docs: move the cluster CPU spike guide under Troubleshoot clusters - #38924
maheshwarip wants to merge 1 commit into
Conversation
The CPU guide sat directly under Clusters while its sibling, the memory spike guide, sat under Troubleshoot clusters. Move it next to the memory guide so both symptoms are reachable from the section a reader lands on when a cluster misbehaves, and link it from the v26.42 release notes. The previous URL keeps a permanent redirect through the page's aliases front matter. Page content is unchanged. Closes: EDU-94 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015Q5x24zZCZPEifvKYiuhN5
|
I ran the whole of
The diff is five Markdown files under Could someone with Buildkite access re-run the step, or paste the error? I will keep watching the PR and pick it up from the log. Generated by Claude Code |
|
Correcting my earlier comment on this failure: it claimed
That leaves a CI-environment failure rather than a content one. This branch is 6 commits behind I don't have push access to this branch, so I've left the merge to whoever picks this up. Generated by Claude Code |
|
Closing the one gap left by my previous comment: With that, the whole of So there is no longer any unverified step, and no reason to go read the Next step is just a re-run on a current base. I don't have push access to this branch, so someone with it needs to merge Generated by Claude Code |
Motivation
The CPU guide landed directly under Clusters, while its sibling symptom guide (memory spikes) lives under Clusters → Troubleshoot clusters. A reader whose cluster is misbehaving lands on the troubleshooting section and does not find CPU there.
Closes: EDU-94
Description
clusters/cpu-troubleshooting.mdtoclusters/troubleshoot-clusters/, reparenting it totroubleshoot-clustersat weight 20 (after memory spikes, weight 10) and shortening the sidebar label toCPU spikesto match the sibling'sMemory spikes. Identifier renamed tocluster-cpu-troubleshooting, mirroringcluster-memory-troubleshooting.aliases: /clusters/cpu-troubleshooting/so the previous URL keeps a permanent redirect.Troubleshoot clusterssection index, replaces the deep link on the Clusters landing page with a link to the section, and repoints the inbound link from the freshness troubleshooting guide.Guidessection, next to the memory spike guide.Page content is unchanged; this is a move plus link updates.
Verification
Built the site with the hugo version CI pins (v0.152.2 extended): exit 0, no errors or warnings. Verified that the page renders at
/clusters/troubleshoot-clusters/cpu-troubleshooting/, that the alias emits the#HUGOALIAS#marker the deploy script turns into a 301, that the sidebar nests it under Troubleshoot clusters after Memory spikes, and that no reference to the old URL remains anywhere in the built output.🤖 Generated with Claude Code
https://claude.ai/code/session_015Q5x24zZCZPEifvKYiuhN5
Generated by Claude Code