From 8b154e2f45d16bac6b565d20af41e0aa50090474 Mon Sep 17 00:00:00 2001 From: Martin Zemlicka Date: Tue, 5 Sep 2017 17:03:41 +0200 Subject: [PATCH] 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. --- docs/concepts/architecture/master-node-communication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/architecture/master-node-communication.md b/docs/concepts/architecture/master-node-communication.md index 1152beb383..4c6fa78bbd 100644 --- a/docs/concepts/architecture/master-node-communication.md +++ b/docs/concepts/architecture/master-node-communication.md @@ -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.