From d304966d75327923415a84293b9fd209322f9742 Mon Sep 17 00:00:00 2001 From: Mohammd Reza Mollasalehi <49244782+mm3906078@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:02:46 +0330 Subject: [PATCH] doc: fix a broken link in the Calico documentation (#12108) (#12109) --- docs/CNI/calico.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CNI/calico.md b/docs/CNI/calico.md index 2b3890914..e1badbad7 100644 --- a/docs/CNI/calico.md +++ b/docs/CNI/calico.md @@ -377,7 +377,7 @@ To clean up any ipvs leftovers: ### Calico access to the kube-api -Calico node, typha and kube-controllers need to be able to talk to the kubernetes API. Please reference the [Enabling eBPF Calico Docs](https://docs.projectcalico.org/maintenance/ebpf/enabling-bpf) for guidelines on how to do this. +Calico node, typha and kube-controllers need to be able to talk to the kubernetes API. Please reference the [Enabling eBPF Calico Docs](https://docs.tigera.io/calico/latest/operations/ebpf/enabling-ebpf) for guidelines on how to do this. Kubespray sets up the `kubernetes-services-endpoint` configmap based on the contents of the `loadbalancer_apiserver` inventory variable documented in [HA Mode](/docs/operations/ha-mode.md).