docs: fix broken link, update autoscaler reference, and correct spelling#1486
Open
docs: fix broken link, update autoscaler reference, and correct spelling#1486
Conversation
Agent-Logs-Url: https://github.com/devantler-tech/platform/sessions/173126f1-72cb-4a55-9fad-a0e4ed886fa5 Co-authored-by: devantler <26203420+devantler@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix incorrect link to node-autoscaling in runbook
docs: fix broken link, update autoscaler reference, and correct spelling
May 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR makes small documentation-only fixes across DR, autoscaling, and OIDC kubectl auth guides to improve correctness and usability of references.
Changes:
- Fix a broken relative link in the DR runbook to the node autoscaling document.
- Update the node autoscaling document to link to upstream autoscaler documentation instead of implementation code.
- Correct “organisation” → “organization” for spelling consistency.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/dr/runbook.md | Fixes the relative path for the Node autoscaling reference in “Related documents”. |
| docs/node-autoscaling.md | Changes the reference link supporting the “no volume attachment” statement to upstream autoscaler docs. |
| docs/oidc-kubectl.md | Updates spelling in prerequisites (“organisation” → “organization”). |
| dedicated Hetzner volumes and serve as Longhorn storage nodes. Pods on | ||
| autoscaler nodes access Longhorn PVCs via the CSI driver (network). | ||
| The Hetzner Cluster Autoscaler [does not support volume attachment](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/hetzner/hetzner_node_group.go). | ||
| The Hetzner Cluster Autoscaler [does not support volume attachment](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md). |
Contributor
There was a problem hiding this comment.
This is not a very helpful link either. You need to find a link that backs up this claim (for example by linking to the relevant section in a page instead of to a full page), or remove the paragraph
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.
Three small documentation fixes across the ops/auth docs.
docs/dr/runbook.md— Fix broken relative link:./node-autoscaling.md→../node-autoscaling.md(file lives one level abovedr/)docs/node-autoscaling.md— Replace link to internal autoscaler implementation code with the user-facing cluster-autoscaler FAQdocs/oidc-kubectl.md—organisation→organization(American English consistency)Original prompt