Files
kubernetes/docs/admin
HaiyangDING d9f3607292 Implement multi-scheduler:
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
	- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
	- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"

update gofmt

update according to @david's review

run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
..
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-10-09 15:58:07 -07:00
2015-11-16 16:05:32 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-12-22 10:49:40 +08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00
2015-11-13 13:57:57 -08:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/admin/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Cluster Admin Guide

The cluster admin guide is for anyone creating or administering a Kubernetes cluster. It assumes some familiarity with concepts in the User Guide.

Admin Guide Table of Contents

Introduction

  1. Components of a cluster
  2. Cluster Management
  3. Administrating Master Components 1. The kube-apiserver binary
    1. Authorization
    2. Authentication
    3. Accessing the api
    4. Admission Controllers
    5. Administrating Service Accounts
    6. Resource Quotas 1. The kube-scheduler binary 1. The kube-controller-manager binary
  4. Administrating Kubernetes Nodes 1. The kubelet binary
    1. Garbage Collection 1. The kube-proxy binary
  5. Administrating Addons 1. DNS
  6. Networking 1. OVS Networking
  7. Example Configurations 1. Multiple Clusters 1. High Availability Clusters 1. Large Clusters 1. Getting started from scratch
    1. Kubernetes's use of salt
  8. Troubleshooting

Analytics