Fixed the incorrect links in kubespray/docs (#10159)

This commit is contained in:
Vaibhav Goel
2023-05-31 08:05:47 +05:30
committed by GitHub
parent 3ced391fab
commit a2f03c559a
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
Distributed system such as Kubernetes are designed to be resilient to the
failures. More details about Kubernetes High-Availability (HA) may be found at
[Building High-Availability Clusters](https://kubernetes.io/docs/admin/high-availability/)
[Building High-Availability Clusters](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/)
To have a simple view the most of the parts of HA will be skipped to describe
Kubelet<->Controller Manager communication only.