Small grammar change (#4777)

* Small grammar change

small grammar change

* bulletize apiserver -> kubelet

bulletize apiserver -> kubelet for better clarity.
pull/5021/head^2
Dhilip 2017-08-18 04:45:19 +05:30 committed by Steve Perry
parent 5013a3ce94
commit d761d6bc96
1 changed files with 6 additions and 5 deletions

View File

@ -64,12 +64,13 @@ or service through the apiserver's proxy functionality.
### apiserver -> kubelet ### apiserver -> kubelet
The connections from the apiserver to the kubelet are used for fetching logs The connections from the apiserver to the kubelet are used for:
for pods, attaching (through kubectl) to running pods, and using the kubelet's * fetching logs for pods.
port-forwarding functionality. These connections terminate at the kubelet's * attaching (through kubectl) to running pods.
HTTPS endpoint. * the kubelet's port-forwarding functionality.
By default, the apiserver does not verify the kubelet's serving certificate, These connections terminate at the kubelet's HTTPS endpoint. By default,
the apiserver does not verify the kubelet's serving certificate,
which makes the connection subject to man-in-the-middle attacks, and which makes the connection subject to man-in-the-middle attacks, and
**unsafe** to run over untrusted and/or public networks. **unsafe** to run over untrusted and/or public networks.