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.