Space needed before list in kramdown.

Need to have a space there for the list to work with the kramdown markdown engine. Without it it is just a paragraph.
This commit is contained in:
Martin Zemlicka
2017-09-05 17:03:41 +02:00
committed by GitHub
parent 3c8a775588
commit 8b154e2f45
@@ -65,6 +65,7 @@ or service through the apiserver's proxy functionality.
### apiserver -> kubelet
The connections from the apiserver to the kubelet are used for:
* Fetching logs for pods.
* Attaching (through kubectl) to running pods.
* Providing the kubelet's port-forwarding functionality.