add details regarding the auth token

pull/49/head
Kelsey Hightower 2016-09-11 07:33:12 -07:00
parent b614d3b222
commit 4f86a72faa
1 changed files with 4 additions and 3 deletions

View File

@ -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: [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 * kubelet (client)
* The kubectl commandline tool * 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: Download the example token file: