Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dr/runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,6 @@ ksail --config ksail.prod.yaml cluster update

## Related documents

- [Node autoscaling](./node-autoscaling.md) — architecture, prerequisites, and troubleshooting
- [Node autoscaling](../node-autoscaling.md) — architecture, prerequisites, and troubleshooting
- [Velero + CNPG → R2](./velero-cnpg.md) — application/PV backups
- [Alerting](./alerting.md) — automated detection of backup failures
2 changes: 1 addition & 1 deletion docs/node-autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Cluster Autoscaler (dynamic workers, managed by KSail)
Hetzner volume, no Longhorn storage). Static KSail workers have
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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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


### How new nodes join

Expand Down
2 changes: 1 addition & 1 deletion docs/oidc-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This guide explains how to use [`kubelogin`](https://github.com/int128/kubelogin
## Prerequisites

- Access to the cluster (kubeconfig with server address)
- A GitHub account that is a member of the [`devantler-tech`](https://github.com/devantler-tech) organisation
- A GitHub account that is a member of the [`devantler-tech`](https://github.com/devantler-tech) organization
- The `oidc-admin` ClusterRoleBinding must list your OIDC identity (see [RBAC](#rbac))

## 1 — Install kubelogin
Expand Down
Loading