Some indented code block is not rendered well

Indented code block after normal paragraph is not rendered well. So changed the paragraphs to ordered list in consistency with other parts of this document.
This commit is contained in:
June Yi
2018-01-23 10:49:47 -08:00
committed by GitHub
parent 76941f8f84
commit 67ce8f6869
+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 %}