Revert "Admin docs <HEAD> import: a files"

This reverts commit 74e83717d5.
This commit is contained in:
John Mulhausen
2016-02-25 16:14:51 -08:00
parent 74e83717d5
commit ddb9561fb0
4 changed files with 38 additions and 75 deletions
@@ -54,7 +54,9 @@ variety of uses cases:
2. Processes running in Containers on Kubernetes that need to read from
the apiserver. Currently, these can use a [service account](/{{page.version}}/docs/user-guide/service-accounts).
3. Scheduler and Controller-manager processes, which need to do read-write
API operations, using service accounts to avoid the need to be co-located.
API operations. Currently, these have to run on the same host as the
apiserver and use the Localhost Port. In the future, these will be
switched to using service accounts to avoid the need to be co-located.
4. Kubelets, which need to do read-write API operations and are necessarily
on different machines than the apiserver. Kubelet uses the Secure Port
to get their pods, to find the services that a pod can see, and to
@@ -64,4 +66,8 @@ variety of uses cases:
## Expected changes
- Policy will limit the actions kubelets can do via the authed port.
- Policy will limit the actions kubelets can do via the authed port.
- Scheduler and Controller-manager will use the Secure Port too. They
will then be able to run on different machines than the apiserver.