From 4f86a72faae4f350ed81c866173eb962aa4e6f57 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 07:33:12 -0700 Subject: [PATCH] add details regarding the auth token --- docs/04-kubernetes-controller.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/04-kubernetes-controller.md b/docs/04-kubernetes-controller.md index 886a4d6..2807470 100644 --- a/docs/04-kubernetes-controller.md +++ b/docs/04-kubernetes-controller.md @@ -62,10 +62,11 @@ sudo mv kube-apiserver kube-controller-manager kube-scheduler kubectl /usr/bin/ [Token based authentication](http://kubernetes.io/docs/admin/authentication) will be used to limit access to the Kubernetes API. The authentication token is used by the following components: -* The Kubernetes kubelet which runs on the worker nodes -* The kubectl commandline tool +* kubelet (client) +* kubectl (client) +* Kubernetes API Server (server) -The other components, mainly the scheduler and controller manager, access the Kubernetes API server locally over the insecure API port which does not require authentication. The insecure port is only enabled for local access. +The other components, mainly the `scheduler` and `controller manager`, access the Kubernetes API server locally over the insecure API port which does not require authentication. The insecure port is only enabled for local access. Download the example token file: