diff --git a/docs/setup/independent/high-availability.md b/docs/setup/independent/high-availability.md index 07b76c43ce..e4133d3e6a 100644 --- a/docs/setup/independent/high-availability.md +++ b/docs/setup/independent/high-availability.md @@ -486,7 +486,7 @@ Next provision and set up the worker nodes. To do this, you will need to provisi ## Configure workers -Reconfigure kube-proxy to access kube-apiserver via the load balancer: +1. Reconfigure kube-proxy to access kube-apiserver via the load balancer: ```shell kubectl get configmap -n kube-system kube-proxy -o yaml > kube-proxy.yaml @@ -496,7 +496,7 @@ Reconfigure kube-proxy to access kube-apiserver via the load balancer: kubectl delete pod -n kube-system -l k8s-app=kube-proxy ``` -Reconfigure the kubelet to access kube-apiserver via the load balancer: +1. Reconfigure the kubelet to access kube-apiserver via the load balancer: ```shell sudo sed -i 's#server:.*#server: https://:6443#g' /etc/kubernetes/kubelet.conf @@ -505,4 +505,4 @@ Reconfigure the kubelet to access kube-apiserver via the load balancer: {% endcapture %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %}