Skip to content

Commit

Permalink
Fixed Cyrillic с in 'kube-proxy-cm'
Browse files Browse the repository at this point in the history
There was a typo (wrong character) in kube-proxy-cm.yaml - Cyrillic с (UTF-8 0x0441) was used instead of Latin c.
  • Loading branch information
enterit authored Mar 20, 2018
1 parent ae1333a commit 8cc8f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/independent/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ Next provision and set up the worker nodes. To do this, you will need to provisi
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-сm.yaml
kubectl get configmap -n kube-system kube-proxy -o yaml > kube-proxy-cm.yaml
sed -i 's#server:.*#server: https://<masterLoadBalancerFQDN>:6443#g' kube-proxy-cm.yaml
kubectl apply -f kube-proxy-cm.yaml --force
# restart all kube-proxy pods to ensure that they load the new configmap
Expand Down

0 comments on commit 8cc8f60

Please sign in to comment.