Skip to content

Commit 0162445

Browse files
committed
kubeadm: use git.k8s.io to link to kubeadm repo
With the kubeadm repository changing branch from master -> main, use the "branchless" URL: git.k8s.io/kubeadm when linking to the HA guide.
1 parent d6fad21 commit 0162445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ option. Your cluster requirements may need a different configuration.
7777
- Make sure the address of the load balancer always matches
7878
the address of kubeadm's `ControlPlaneEndpoint`.
7979

80-
- Read the [Options for Software Load Balancing](https://github.com/kubernetes/kubeadm/blob/master/docs/ha-considerations.md#options-for-software-load-balancing)
80+
- Read the [Options for Software Load Balancing](https://git.k8s.io/kubeadm/docs/ha-considerations.md#options-for-software-load-balancing)
8181
guide for more details.
8282

8383
1. Add the first control plane nodes to the load balancer and test the

0 commit comments

Comments
 (0)