Merge pull request #7069 from gochist/patch-1

Some indented code block is not rendered well
This commit is contained in:
Qiming
2018-01-24 10:32:00 +08:00
committed by GitHub
+3 -3
View File
@@ -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://<masterLoadBalancerFQDN>: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 %}
{% include templates/task.md %}