Merge pull request #7069 from gochist/patch-1
Some indented code block is not rendered well
This commit is contained in:
@@ -486,7 +486,7 @@ Next provision and set up the worker nodes. To do this, you will need to provisi
|
|||||||
|
|
||||||
## Configure workers
|
## 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
|
```shell
|
||||||
kubectl get configmap -n kube-system kube-proxy -o yaml > kube-proxy.yaml
|
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
|
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
|
```shell
|
||||||
sudo sed -i 's#server:.*#server: https://<masterLoadBalancerFQDN>:6443#g' /etc/kubernetes/kubelet.conf
|
sudo sed -i 's#server:.*#server: https://<masterLoadBalancerFQDN>:6443#g' /etc/kubernetes/kubelet.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user